]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive...
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 19 Nov 2015 23:18:37 +0000 (00:18 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 19 Nov 2015 23:18:37 +0000 (00:18 +0100)
r=gerv

docs/en/rst/installing/apache-windows.rst
docs/en/rst/installing/apache.rst
mod_perl.pl

index 0d326c1327e5d477374b7e5f161f26491f130576..ebad00e60595c97c22781f37ae2e2a62e55c91c2 100644 (file)
@@ -36,7 +36,7 @@ and do the following steps:
         ScriptInterpreterSource Registry-Strict
         Options +ExecCGI +FollowSymLinks
         DirectoryIndex index.cgi index.html
-        AllowOverride Limit FileInfo Indexes Options
+        AllowOverride All
         Require all granted
     </Directory>
 
index 856512a7f503331462929fd5044bc16bfd5af378..f98d20df012e309aa27612883fe793424ded4ecd 100644 (file)
@@ -68,7 +68,7 @@ mod_cgi, do the following:
      AddHandler cgi-script .cgi
      Options +ExecCGI +FollowSymLinks
      DirectoryIndex index.cgi index.html
-     AllowOverride Limit FileInfo Indexes Options
+     AllowOverride All
    </Directory>
 
 These instructions allow Apache to run .cgi files found within the Bugzilla
index bdce744ca1c05142d690c8b04b82849e8e52e58b..f0de2e55314ec57638731c8d4faf23ff5c29b6d6 100644 (file)
@@ -75,7 +75,7 @@ PerlChildInitHandler "sub { Bugzilla::RNG::srand(); srand(); }"
     PerlCleanupHandler  Apache2::SizeLimit Bugzilla::ModPerl::CleanupHandler
     PerlOptions +ParseHeaders
     Options +ExecCGI
-    AllowOverride Limit FileInfo Indexes Options
+    AllowOverride All
     DirectoryIndex index.cgi index.html
 </Directory>
 EOT