[bugzilla-gnome-org-upstream/4.4] Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive in .htaccess r=ge



commit fab04c67fa00793f98b69e3ee6416f3f4c385913
Author: Frédéric Buclin <LpSolit gmail com>
Date:   Fri Nov 20 00:45:35 2015 +0100

    Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive in .htaccess
    r=gerv a=dkl

 docs/en/xml/installation.xml |    2 +-
 mod_perl.pl                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 5ef6be5..4bc2da7 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -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>
     
diff --git a/mod_perl.pl b/mod_perl.pl
index ae15ae5..4794e28 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]