]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core-gitweb-httpd.conf
package zsh completion
[packages/git-core.git] / git-core-gitweb-httpd.conf
index 0feccbbeafd820eabfd7ad111aa2457f74dad698..51ffd6c57de2a9fe6f1c63297705c6f11c45220e 100644 (file)
@@ -25,7 +25,9 @@ ScriptAlias /cgi-bin/gitweb.cgi /usr/lib/cgi-bin/gitweb.cgi
                Require all granted
        </IfModule>
 </Location>
-SetEnv GITWEB_CONFIG "/etc/webapps/gitweb/gitweb.conf"
+<IfModule mod_env.c>
+       SetEnv GITWEB_CONFIG "/etc/webapps/gitweb/gitweb.conf"
+</IfModule>
 
 #
 # Version 2: gitweb as a handler to whole vhost:
This page took 0.023809 seconds and 4 git commands to generate.