]> 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:45:35 +0000 (00:45 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 19 Nov 2015 23:45:35 +0000 (00:45 +0100)
r=gerv a=dkl

docs/en/xml/installation.xml
mod_perl.pl

index 5ef6be582bf93b6f818126f83bfe4b53ed681baa..4bc2da7e5a349c23888ec5b951bc77553276672e 100644 (file)
@@ -1058,7 +1058,7 @@ SetEnv LD_LIBRARY_PATH /u01/app/oracle/product/10.2.0/lib/
 AddHandler cgi-script .cgi
 Options +ExecCGI
 DirectoryIndex index.cgi index.html
-AllowOverride Limit FileInfo Indexes Options
+AllowOverride All
 &lt;/Directory&gt;
                 </programlisting>
     
index ae15ae5fc773a4e429088fedd8626a507b62e251..4794e285ae1d48705c00cd88dd1264f9877e045f 100644 (file)
@@ -73,7 +73,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