Commit a42b9586 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive in .htaccess

r=gerv a=dkl
parent 59194083
......@@ -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
</Directory>
......
......@@ -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
</Directory>
These instructions allow Apache to run .cgi files found within the Bugzilla
......
......@@ -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
</Directory>
EOT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment