summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-09-04 13:01:58 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-09-04 13:01:58 +0200
commita11eb609e7b3ef0063bf493bd95ebb63612d7ac3 (patch)
tree35f7c20f1411f141c2b2c9e97210260767f0a708 /mod_perl.pl
parentcfb109b87f5f930365681b0944e683652903749e (diff)
downloadbugzilla-a11eb609e7b3ef0063bf493bd95ebb63612d7ac3.tar.gz
bugzilla-a11eb609e7b3ef0063bf493bd95ebb63612d7ac3.tar.xz
Bug 787688: AllowOverride Options missing when running under mod_perl
r=wicked a=LpSolit
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 81aae301e..20d8e5060 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
+ AllowOverride Limit FileInfo Indexes Options
DirectoryIndex index.cgi index.html
</Directory>
EOT