packages/git-core branch master updated. 614295b295fbf7771d4c775dbf3500d5c0565f2c
draenog
draenog at pld-linux.org
Mon Jul 2 16:44:43 CEST 2012
The branch, master has been updated
via 614295b295fbf7771d4c775dbf3500d5c0565f2c (commit)
from 33299878e93be6c37bbade9f686b23e98c39f608 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 614295b295fbf7771d4c775dbf3500d5c0565f2c
Author: Kacper Kornet <draenog at pld-linux.org>
Date: Mon Jul 2 08:24:57 2012 +0000
- working apache configurations
Changed files:
git-core-gitweb-httpd.conf -> 1.2
diff --git a/git-core-gitweb-httpd.conf b/git-core-gitweb-httpd.conf
index 7a14945..b779287 100644
--- a/git-core-gitweb-httpd.conf
+++ b/git-core-gitweb-httpd.conf
@@ -4,20 +4,25 @@
</Directory>
# Version 1 (default): under /cgi-bin/gitweb.cgi address
+Alias /cgi-bin/static/ /usr/share/gitweb/static/
ScriptAlias /cgi-bin/gitweb.cgi /usr/lib/cgi-bin/gitweb.cgi
-Alias /gitweb/ /usr/share/gitweb/
<Location /cgi-bin/gitweb.cgi>
Allow from All
</Location>
+SetEnv GITWEB_CONFIG "/etc/webapps/gitweb/gitweb.conf"
+#
# Version 2: gitweb as a handler to whole vhost:
#<VirtualHost *:80>
# ServerName gitweb
#
-# Alias /gitweb/ /usr/share/gitweb/
-# DocumentRoot /usr/lib/cgi-bin/gitweb.cgi
+# Alias /static /usr/share/gitweb/static
+# DocumentRoot /usr/lib/cgi-bin
+# AddHandler cgi-script .cgi
+# DirectoryIndex gitweb.cgi
# <Location />
# Options ExecCGI
# Allow from All
# </Location>
+# SetEnv GITWEB_CONFIG "/etc/webapps/gitweb/gitweb.conf"
#</VirtualHost>
-----------------------------------------------------------------------
Summary of changes:
git-core-gitweb-httpd.conf | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
hooks/post-receive
--
packages/git-core
More information about the test
mailing list