Bug 353358: mod_perl configuration needs a DirectoryIndex statement

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
This commit is contained in:
mkanat%bugzilla.org 2006-09-21 22:49:29 +00:00
parent b791c7b3d4
commit 6d4d7e3b69

View File

@ -56,6 +56,7 @@ my $conf = <<EOT;
PerlCleanupHandler Bugzilla::ModPerl::CleanupHandler
PerlOptions +ParseHeaders
Options +ExecCGI
DirectoryIndex index.cgi index.html
</Directory>
EOT