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: ...@@ -36,7 +36,7 @@ and do the following steps:
ScriptInterpreterSource Registry-Strict ScriptInterpreterSource Registry-Strict
Options +ExecCGI +FollowSymLinks Options +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html DirectoryIndex index.cgi index.html
AllowOverride Limit FileInfo Indexes Options AllowOverride All
Require all granted Require all granted
</Directory> </Directory>
......
...@@ -68,7 +68,7 @@ mod_cgi, do the following: ...@@ -68,7 +68,7 @@ mod_cgi, do the following:
AddHandler cgi-script .cgi AddHandler cgi-script .cgi
Options +ExecCGI +FollowSymLinks Options +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html DirectoryIndex index.cgi index.html
AllowOverride Limit FileInfo Indexes Options AllowOverride All
</Directory> </Directory>
These instructions allow Apache to run .cgi files found within the Bugzilla These instructions allow Apache to run .cgi files found within the Bugzilla
......
...@@ -75,7 +75,7 @@ PerlChildInitHandler "sub { Bugzilla::RNG::srand(); srand(); }" ...@@ -75,7 +75,7 @@ PerlChildInitHandler "sub { Bugzilla::RNG::srand(); srand(); }"
PerlCleanupHandler Apache2::SizeLimit Bugzilla::ModPerl::CleanupHandler PerlCleanupHandler Apache2::SizeLimit Bugzilla::ModPerl::CleanupHandler
PerlOptions +ParseHeaders PerlOptions +ParseHeaders
Options +ExecCGI Options +ExecCGI
AllowOverride Limit FileInfo Indexes Options AllowOverride All
DirectoryIndex index.cgi index.html DirectoryIndex index.cgi index.html
</Directory> </Directory>
EOT 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