summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-09-22 07:49:29 +0200
committermkanat%bugzilla.org <>2006-09-22 07:49:29 +0200
commitc4840b684916affdf475076faa5ad698d5dc54b5 (patch)
treecf6616b67a1cb21111df7db096e9bb52a66119fb
parent4b7f5333bf1fb21d2ecbb9b503ebd185a91465c8 (diff)
downloadbugzilla-c4840b684916affdf475076faa5ad698d5dc54b5.tar.gz
bugzilla-c4840b684916affdf475076faa5ad698d5dc54b5.tar.xz
Bug 353358: mod_perl configuration needs a DirectoryIndex statement
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
-rw-r--r--mod_perl.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod_perl.pl b/mod_perl.pl
index 05d781400..b5080827c 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -56,6 +56,7 @@ my $conf = <<EOT;
PerlCleanupHandler Bugzilla::ModPerl::CleanupHandler
PerlOptions +ParseHeaders
Options +ExecCGI
+ DirectoryIndex index.cgi index.html
</Directory>
EOT