From 73ceb535b2690bf5e9b35c7836526b4e8d156283 Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" Date: Tue, 21 Dec 2004 20:57:39 +0000 Subject: [PATCH] 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 git-svn-id: svn://10.0.0.236/trunk@166931 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/docs/xml/troubleshooting.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml b/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml index ef721663e0d..a4300f8b4a5 100644 --- a/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml +++ b/mozilla/webtools/bugzilla/docs/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 . + + +
+