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, 0 insertions, 13 deletions
diff --git a/pcr/gitweb/httpd-gitweb.conf b/pcr/gitweb/httpd-gitweb.conf
deleted file mode 100644
index 143fe3be2..000000000
--- a/pcr/gitweb/httpd-gitweb.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-<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>