From: Frédéric Buclin Date: Thu, 19 Nov 2015 23:45:35 +0000 (+0100) Subject: Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive... X-Git-Tag: bugzilla-4.4.11~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab04c67fa00793f98b69e3ee6416f3f4c385913;p=thirdparty%2Fbugzilla.git Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive in .htaccess r=gerv a=dkl --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 5ef6be582b..4bc2da7e5a 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 </Directory> diff --git a/mod_perl.pl b/mod_perl.pl index ae15ae5fc7..4794e285ae 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 EOT