From: Frédéric Buclin Date: Thu, 19 Nov 2015 23:18:37 +0000 (+0100) Subject: Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive... X-Git-Tag: release-5.1.1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2363a2cdcd385dbbcc54a2a706d3458758abf401;p=thirdparty%2Fbugzilla.git Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive in .htaccess r=gerv --- diff --git a/docs/en/rst/installing/apache-windows.rst b/docs/en/rst/installing/apache-windows.rst index 0d326c1327..ebad00e605 100644 --- a/docs/en/rst/installing/apache-windows.rst +++ b/docs/en/rst/installing/apache-windows.rst @@ -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 diff --git a/docs/en/rst/installing/apache.rst b/docs/en/rst/installing/apache.rst index 856512a7f5..f98d20df01 100644 --- a/docs/en/rst/installing/apache.rst +++ b/docs/en/rst/installing/apache.rst @@ -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 These instructions allow Apache to run .cgi files found within the Bugzilla diff --git a/mod_perl.pl b/mod_perl.pl index bdce744ca1..f0de2e5531 100644 --- a/mod_perl.pl +++ b/mod_perl.pl @@ -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 EOT