]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 787688: AllowOverride Options missing when running under mod_perl
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 4 Sep 2012 11:03:18 +0000 (13:03 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 4 Sep 2012 11:03:18 +0000 (13:03 +0200)
r=wicked a=LpSolit

mod_perl.pl

index ac6956b1b9021bf4fd5df95f343c2824d2106e1d..ae15ae5fc773a4e429088fedd8626a507b62e251 100644 (file)
@@ -73,7 +73,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