]> 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:01:58 +0000 (13:01 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 4 Sep 2012 11:01:58 +0000 (13:01 +0200)
r=wicked a=LpSolit

mod_perl.pl

index 81aae301edb1d276dcae649f091a15f0e6684bc3..20d8e50605acd8f65226e2794cd99c272361702a 100644 (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