From 66ffe632f3158e1359fd123653f87486b99b1fb0 Mon Sep 17 00:00:00 2001 From: Márcio Alexandre Silva Delgado Date: Thu, 8 Aug 2013 13:03:21 -0300 Subject: gitweb: add package to git repo --- pcr/gitweb/httpd-gitweb.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pcr/gitweb/httpd-gitweb.conf (limited to 'pcr/gitweb/httpd-gitweb.conf') 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 @@ + + ServerName gitserver + DocumentRoot /srv/http/gitweb + Alias /git /srv/http/gitweb + + Options ExecCGI +FollowSymLinks +SymLinksIfOwnerMatch + AllowOverride All + order allow,deny + Allow from all + AddHandler cgi-script cgi + DirectoryIndex gitweb.cgi + + -- cgit v1.2.3