diff --git a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml b/mozilla/webtools/bugzilla/docs/sgml/installation.sgml index 6e5f31c449a..d2a1113951c 100644 --- a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/docs/xml/installation.xml b/mozilla/webtools/bugzilla/docs/xml/installation.xml index 6e5f31c449a..d2a1113951c 100644 --- a/mozilla/webtools/bugzilla/docs/xml/installation.xml +++ b/mozilla/webtools/bugzilla/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. +
+