diff options
author | mbarnson%sisna.com <> | 2008-04-04 13:46:11 +0200 |
---|---|---|
committer | mbarnson%sisna.com <> | 2008-04-04 13:46:11 +0200 |
commit | aa7f3f31c61deaabbf53af785ebc57bcc6470986 (patch) | |
tree | 3878eb1e5cf3d6042e580252e1afeed95a965107 | |
parent | 383b5757f25855ad2dee824dc0c0632fa39b32a5 (diff) | |
download | bugzilla-aa7f3f31c61deaabbf53af785ebc57bcc6470986.tar.gz bugzilla-aa7f3f31c61deaabbf53af785ebc57bcc6470986.tar.xz |
Added chunk about setting up DirectoryIndex to use index.cgi as the
Bugzilla index page.
-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> |