summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbarnson%sisna.com <>2002-11-05 11:15:02 +0100
committermbarnson%sisna.com <>2002-11-05 11:15:02 +0100
commit2245c4d60f477a87ffe844e5f10b14ede5d122d0 (patch)
tree686c7460ba33b8c575f1dcd819c965c9a123c56b
parentb5d66d8e8b1e2f803823990904b6ef364c76360f (diff)
downloadbugzilla-2245c4d60f477a87ffe844e5f10b14ede5d122d0.tar.gz
bugzilla-2245c4d60f477a87ffe844e5f10b14ede5d122d0.tar.xz
Added chunk about setting up DirectoryIndex to use index.cgi as the
Bugzilla index page.
-rw-r--r--docs/sgml/installation.sgml13
-rw-r--r--docs/xml/installation.xml13
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 &lt;DirectoryIndex&gt; 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 &lt;DirectoryIndex&gt; 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>