]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core-gitweb-httpd.conf
- up to 1.8.1.2
[packages/git-core.git] / git-core-gitweb-httpd.conf
index 7a14945484f2604470f94ba42f37474baa73c523..b77928782c4c6e9c1499d3b2aee32ba4f62b3712 100644 (file)
@@ -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>
This page took 0.036296 seconds and 4 git commands to generate.