]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 353358: mod_perl configuration needs a DirectoryIndex statement
authormkanat%bugzilla.org <>
Fri, 22 Sep 2006 05:49:29 +0000 (05:49 +0000)
committermkanat%bugzilla.org <>
Fri, 22 Sep 2006 05:49:29 +0000 (05:49 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave

mod_perl.pl

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