]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Added chunk about setting up DirectoryIndex to use index.cgi as the
authormbarnson%sisna.com <>
Fri, 4 Apr 2008 11:46:11 +0000 (11:46 +0000)
committermbarnson%sisna.com <>
Fri, 4 Apr 2008 11:46:11 +0000 (11:46 +0000)
Bugzilla index page.

docs/en/xml/installation.xml

index 6e5f31c449ad0224277efbe89cd0a7716a3e25b8..d2a1113951cd30c56543b7b22653fb4cf83e758e 100644 (file)
       </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>