summaryrefslogtreecommitdiff
path: root/pcr/gitweb/httpd-gitweb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/gitweb/httpd-gitweb.conf')
-rw-r--r--pcr/gitweb/httpd-gitweb.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/gitweb/httpd-gitweb.conf b/pcr/gitweb/httpd-gitweb.conf
new file mode 100644
index 000000000..143fe3be2
--- /dev/null
+++ b/pcr/gitweb/httpd-gitweb.conf
@@ -0,0 +1,13 @@
+<VirtualHost *:80>
+ ServerName gitserver
+ DocumentRoot /srv/http/gitweb
+ Alias /git /srv/http/gitweb
+ <Directory /srv/http/gitweb>
+ Options ExecCGI +FollowSymLinks +SymLinksIfOwnerMatch
+ AllowOverride All
+ order allow,deny
+ Allow from all
+ AddHandler cgi-script cgi
+ DirectoryIndex gitweb.cgi
+ </Directory>
+</VirtualHost>