summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2007-02-03 07:23:23 +0100
committerjustdave%bugzilla.org <>2007-02-03 07:23:23 +0100
commite4d105240ca6ecb943d414bf2747979870bea2f7 (patch)
tree665c9ba1f7e3fc5f09efc4ece4484e65028e2f2f /mod_perl.pl
parent1551e2372cb4f8027f1dcc82a47450c94a4c781e (diff)
downloadbugzilla-e4d105240ca6ecb943d414bf2747979870bea2f7.tar.gz
bugzilla-e4d105240ca6ecb943d414bf2747979870bea2f7.tar.xz
[SECURITY] Bug 367071: mod_perl initialization script forgets to allow .htaccess files to prohibit file access.
r=mkanat, a=mkanat
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod_perl.pl b/mod_perl.pl
index b5080827c..6c01d8e88 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -56,6 +56,7 @@ my $conf = <<EOT;
PerlCleanupHandler Bugzilla::ModPerl::CleanupHandler
PerlOptions +ParseHeaders
Options +ExecCGI
+ AllowOverride Limit
DirectoryIndex index.cgi index.html
</Directory>
EOT