Added chunk about setting up DirectoryIndex to use index.cgi as the

Bugzilla index page.


git-svn-id: svn://10.0.0.236/trunk@132982 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mbarnson%sisna.com
2002-11-05 02:15:02 +00:00
parent efb761db7c
commit a5f5beb963
2 changed files with 26 additions and 0 deletions

View File

@@ -1215,6 +1215,19 @@
</para>
</section>
<section id="directoryindex" xreflabel="Modifying the Apache
DirectoryIndex parameter to use index.cgi">
<title>
<filename>directoryindex</filename> for the Bugzilla default page.
</title>
<para>You should modify the &lt;DirectoryIndex&gt; parameter for
the Apache virtual host running your Bugzilla installation to
allow <filename>index.cgi</filename> as the index page for a
directory, as well as the usual <filename>index.html</filename>,
<filename>index.htm</filename>, and so forth. </para>
</section>
<section id="mod-throttle"
xreflabel="Using mod_throttle to prevent Denial of Service attacks">
<title>