diff options
author | jake%bugzilla.org <> | 2004-12-22 04:55:52 +0000 |
---|---|---|
committer | jake%bugzilla.org <> | 2004-12-22 04:55:52 +0000 |
commit | b1f1a04be114dc43ce8423101ae903d61cc3cea6 (patch) | |
tree | cfdac8939af9e6ad1a02bdf87ccac33abc406b33 /docs | |
parent | Bug 273519 - Get rid of all the bz-devel entities. These do not need to be re... (diff) | |
download | bugzilla-b1f1a04be114dc43ce8423101ae903d61cc3cea6.tar.gz bugzilla-b1f1a04be114dc43ce8423101ae903d61cc3cea6.tar.bz2 bugzilla-b1f1a04be114dc43ce8423101ae903d61cc3cea6.zip |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/troubleshooting.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/xml/troubleshooting.xml b/docs/xml/troubleshooting.xml index f8597cf08..2f07a7cb6 100644 --- a/docs/xml/troubleshooting.xml +++ b/docs/xml/troubleshooting.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: troubleshooting.xml,v 1.2.2.2 2004/12/21 20:43:12 jake%bugzilla.org Exp $ --> +<!-- $Id: troubleshooting.xml,v 1.2.2.3 2004/12/21 20:55:52 jake%bugzilla.org Exp $ --> <appendix id="troubleshooting"> <title>Troubleshooting</title> @@ -291,6 +291,21 @@ at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 233.</programlisting> </section> + <section id="trbl-index"> + <title><filename>index.cgi</filename> doesn't show up unless specified in the URL</title> + <para> + 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. + </para> + <para> + If you are using Apache, you can do this by adding + <filename>index.cgi</filename> to the end of the + <computeroutput>DirectoryIndex</computeroutput> line + as mentioned in <xref linkend="http-apache"/>. + </para> + + </section> + </appendix> <!-- Keep this comment at the end of the file |