summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-11-20 00:18:37 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-11-20 00:18:37 +0100
commit2363a2cdcd385dbbcc54a2a706d3458758abf401 (patch)
treef6cf0e87d8f6b56ec460d3b68496078bc969a504 /mod_perl.pl
parent56d18c669cb9e152c1501c8b45f0d525ff29c327 (diff)
downloadbugzilla-2363a2cdcd385dbbcc54a2a706d3458758abf401.tar.gz
bugzilla-2363a2cdcd385dbbcc54a2a706d3458758abf401.tar.xz
Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive in .htaccess
r=gerv
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_perl.pl b/mod_perl.pl
index bdce744ca..f0de2e553 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
</Directory>
EOT