File: httpd-cargo.conf

package info (click to toggle)
rust-cargo-test-support 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 400 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
SetEnv GIT_PROJECT_ROOT /repos
SetEnv GIT_HTTP_EXPORT_ALL
ScriptAlias /repos /usr/libexec/git-core/git-http-backend/
LoadModule cgid_module modules/mod_cgid.so

<Files "git-http-backend">
    Require all granted
</Files>

Include conf/extra/httpd-ssl.conf
LoadModule ssl_module modules/mod_ssl.so
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so