]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core-gitweb-httpd.conf
- migrate to apache 2.4
[packages/git-core.git] / git-core-gitweb-httpd.conf
index b77928782c4c6e9c1499d3b2aee32ba4f62b3712..e03387902f6034bc01d812859fb165c8a30601ba 100644 (file)
@@ -1,13 +1,13 @@
 <Directory /usr/share/gitweb>
        AllowOverride None
-       Allow from All
+       Require all granted
 </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
 <Location /cgi-bin/gitweb.cgi>
-       Allow from All
+       Require all granted
 </Location>
 SetEnv GITWEB_CONFIG "/etc/webapps/gitweb/gitweb.conf"
 
@@ -22,7 +22,7 @@ SetEnv GITWEB_CONFIG "/etc/webapps/gitweb/gitweb.conf"
 #      DirectoryIndex gitweb.cgi
 #      <Location />
 #              Options ExecCGI
-#              Allow from All
+#              Require all granted
 #      </Location>
 #      SetEnv GITWEB_CONFIG "/etc/webapps/gitweb/gitweb.conf"
 #</VirtualHost>
This page took 0.062538 seconds and 4 git commands to generate.