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/ ...@@ -1058,7 +1058,7 @@ SetEnv LD_LIBRARY_PATH /u01/app/oracle/product/10.2.0/lib/
AddHandler cgi-script .cgi AddHandler cgi-script .cgi
Options +ExecCGI Options +ExecCGI
DirectoryIndex index.cgi index.html DirectoryIndex index.cgi index.html
AllowOverride Limit FileInfo Indexes Options AllowOverride All
</Directory> </Directory>
</programlisting> </programlisting>
......
...@@ -73,7 +73,7 @@ PerlChildInitHandler "sub { Bugzilla::RNG::srand(); srand(); }" ...@@ -73,7 +73,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