From: mbarnson%sisna.com <> Date: Tue, 5 Nov 2002 10:15:02 +0000 (+0000) Subject: Added chunk about setting up DirectoryIndex to use index.cgi as the X-Git-Tag: bugzilla-2.17.1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2245c4d60f477a87ffe844e5f10b14ede5d122d0;p=thirdparty%2Fbugzilla.git Added chunk about setting up DirectoryIndex to use index.cgi as the Bugzilla index page. --- diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml index 6e5f31c449..d2a1113951 100644 --- a/docs/sgml/installation.sgml +++ b/docs/sgml/installation.sgml @@ -1215,6 +1215,19 @@ +
+ + <filename>directoryindex</filename> for the Bugzilla default page. + + + You should modify the <DirectoryIndex> parameter for + the Apache virtual host running your Bugzilla installation to + allow index.cgi as the index page for a + directory, as well as the usual index.html, + index.htm, and so forth. +
+
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 6e5f31c449..d2a1113951 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. + + + You should modify the <DirectoryIndex> parameter for + the Apache virtual host running your Bugzilla installation to + allow index.cgi as the index page for a + directory, as well as the usual index.html, + index.htm, and so forth. +
+