From: jake%bugzilla.org <> Date: Wed, 22 Dec 2004 04:55:52 +0000 (+0000) Subject: Bug 188193 - Add some info to the troubleshooting appendix about what to do if index... X-Git-Tag: bugzilla-2.18~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f1a04be114dc43ce8423101ae903d61cc3cea6;p=thirdparty%2Fbugzilla.git Bug 188193 - Add some info to the troubleshooting appendix about what to do if index.cgi isn't being used for the DirectoryIndex. r=travis --- diff --git a/docs/xml/troubleshooting.xml b/docs/xml/troubleshooting.xml index f8597cf080..2f07a7cb65 100644 --- a/docs/xml/troubleshooting.xml +++ b/docs/xml/troubleshooting.xml @@ -1,5 +1,5 @@ - + Troubleshooting @@ -291,6 +291,21 @@ at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 233. +
+ <filename>index.cgi</filename> doesn't show up unless specified in the URL + + You probably need to set up your web server in such a way that it + will serve the index.cgi page as an index page. + + + If you are using Apache, you can do this by adding + index.cgi to the end of the + DirectoryIndex line + as mentioned in . + + +
+