From 2443f7edfffc58aac2a22db8ee1c199d574665de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Tue, 4 Sep 2012 13:03:18 +0200 Subject: [PATCH] Bug 787688: AllowOverride Options missing when running under mod_perl r=wicked a=LpSolit --- mod_perl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_perl.pl b/mod_perl.pl index ac6956b1b9..ae15ae5fc7 100644 --- a/mod_perl.pl +++ b/mod_perl.pl @@ -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 EOT -- 2.47.2