diff options
-rw-r--r-- | docs/en/xml/installation.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 6e5f31c44..d2a111395 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -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 <DirectoryIndex> 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> |