summaryrefslogtreecommitdiff
path: root/pcr/gitweb/httpd-gitweb.conf
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-08-08 13:03:21 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-08-08 13:03:21 -0300
commit66ffe632f3158e1359fd123653f87486b99b1fb0 (patch)
tree24f9b6af0d8726137dd108ec1cbff698030831c4 /pcr/gitweb/httpd-gitweb.conf
parent7da961024443f84ef94db900aa366127deb6f4fe (diff)
downloadabslibre-66ffe632f3158e1359fd123653f87486b99b1fb0.tar.gz
abslibre-66ffe632f3158e1359fd123653f87486b99b1fb0.tar.bz2
abslibre-66ffe632f3158e1359fd123653f87486b99b1fb0.zip
gitweb: add package to git repo
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>