diff options
author | jake%bugzilla.org <> | 2008-04-04 13:48:15 +0200 |
---|---|---|
committer | jake%bugzilla.org <> | 2008-04-04 13:48:15 +0200 |
commit | cd40238819c240314f52b33cea33d763b68ff9ee (patch) | |
tree | 20b1e5ab70af065591e73efb30ab2dd102f98f30 /docs/en | |
parent | 42cbedd9c7afca1d36e1f9204f8dc49139fa38d4 (diff) | |
download | bugzilla-cd40238819c240314f52b33cea33d763b68ff9ee.tar.gz bugzilla-cd40238819c240314f52b33cea33d763b68ff9ee.tar.xz |
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
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/troubleshooting.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/en/xml/troubleshooting.xml b/docs/en/xml/troubleshooting.xml index cd4e721d2..c65c073c4 100644 --- a/docs/en/xml/troubleshooting.xml +++ b/docs/en/xml/troubleshooting.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: troubleshooting.xml,v 1.2 2008/04/04 06:48:14 jake%bugzilla.org Exp $ --> +<!-- $Id: troubleshooting.xml,v 1.3 2008/04/04 06:48:15 jake%bugzilla.org Exp $ --> <appendix id="troubleshooting"> <title>Troubleshooting</title> @@ -293,6 +293,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 |