Commit fab04c67 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 042a03bf
......@@ -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>
</programlisting>
......
......@@ -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
</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