From fab04c67fa00793f98b69e3ee6416f3f4c385913 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Fri, 20 Nov 2015 00:45:35 +0100 Subject: [PATCH] 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 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 -- 2.47.2