From: jake%bugzilla.org <> Date: Fri, 4 Apr 2008 11:48:15 +0000 (+0000) Subject: Bug 188193 - Add some info to the troubleshooting appendix about what to do if i X-Git-Tag: bugzilla-3.1.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd40238819c240314f52b33cea33d763b68ff9ee;p=thirdparty%2Fbugzilla.git Bug 188193 - Add some info to the troubleshooting appendix about what to do if i ndex.cgi isn't being used for the DirectoryIndex. r=travis --- diff --git a/docs/en/xml/troubleshooting.xml b/docs/en/xml/troubleshooting.xml index cd4e721d29..c65c073c44 100644 --- a/docs/en/xml/troubleshooting.xml +++ b/docs/en/xml/troubleshooting.xml @@ -1,5 +1,5 @@ - + Troubleshooting @@ -293,6 +293,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 . + + +
+