]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
[SECURITY] Bug 367071: mod_perl initialization script forgets to allow .htaccess...
authorjustdave%bugzilla.org <>
Sat, 3 Feb 2007 06:23:23 +0000 (06:23 +0000)
committerjustdave%bugzilla.org <>
Sat, 3 Feb 2007 06:23:23 +0000 (06:23 +0000)
r=mkanat, a=mkanat

mod_perl.pl

index b5080827ccaefd083fd175c248aa8b5a88bda840..6c01d8e88729dddd8433cd144c1a1b45fcc7ea87 100644 (file)
@@ -56,6 +56,7 @@ my $conf = <<EOT;
     PerlCleanupHandler  Bugzilla::ModPerl::CleanupHandler
     PerlOptions +ParseHeaders
     Options +ExecCGI
+    AllowOverride Limit
     DirectoryIndex index.cgi index.html
 </Directory>
 EOT