diff options
author | mbarnson%sisna.com <> | 2002-11-05 11:15:02 +0100 |
---|---|---|
committer | mbarnson%sisna.com <> | 2002-11-05 11:15:02 +0100 |
commit | 2245c4d60f477a87ffe844e5f10b14ede5d122d0 (patch) | |
tree | 686c7460ba33b8c575f1dcd819c965c9a123c56b /docs | |
parent | b5d66d8e8b1e2f803823990904b6ef364c76360f (diff) | |
download | bugzilla-2245c4d60f477a87ffe844e5f10b14ede5d122d0.tar.gz bugzilla-2245c4d60f477a87ffe844e5f10b14ede5d122d0.tar.xz |
Added chunk about setting up DirectoryIndex to use index.cgi as the
Bugzilla index page.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sgml/installation.sgml | 13 | ||||
-rw-r--r-- | docs/xml/installation.xml | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml index 6e5f31c44..d2a111395 100644 --- a/docs/sgml/installation.sgml +++ b/docs/sgml/installation.sgml @@ -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> diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 6e5f31c44..d2a111395 100644 --- a/docs/xml/installation.xml +++ b/docs/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> |