Bug 787688: AllowOverride Options missing when running under mod_perl

r=wicked a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@264199 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2012-09-04 11:15:49 +00:00
parent 7719300d7f
commit 111450daa9
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8381
8382

View File

@ -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