]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 188757 - 2.16 shipped with the problem mentioned in bug 174255 and that fix was...
authorjake%bugzilla.org <>
Tue, 14 Jan 2003 05:06:08 +0000 (05:06 +0000)
committerjake%bugzilla.org <>
Tue, 14 Jan 2003 05:06:08 +0000 (05:06 +0000)
docs/html/Bugzilla-Guide.html
docs/html/stepbystep.html
docs/sgml/installation.sgml
docs/txt/Bugzilla-Guide.txt
docs/xml/installation.xml

index 27bd77542bead1f2898a7715d771129bf09aa818..4c9e004c9a6802b1103acb4d9b3b785ffed7e307 100644 (file)
@@ -3519,7 +3519,7 @@ WIDTH="100%"
 COLOR="#000000"
 ><PRE
 CLASS="programlisting"
->Options ExecCGI AllowOverride Limit</PRE
+>Options ExecCGI<br>AllowOverride Limit</PRE
 ></FONT
 ></TD
 ></TR
@@ -13378,4 +13378,4 @@ NAME="zarro-boogs-found"
 ></DIV
 ></BODY
 ></HTML
->
\ No newline at end of file
+>
index 6d4de5a218399f1d612f4ebdaef324750437baba..a2acc5505c0037b6f68f74c8bb2b12606e1aad5d 100644 (file)
@@ -1043,7 +1043,7 @@ WIDTH="100%"
 COLOR="#000000"
 ><PRE
 CLASS="programlisting"
->Options ExecCGI AllowOverride Limit</PRE
+>Options ExecCGI<br>AllowOverride Limit</PRE
 ></FONT
 ></TD
 ></TR
@@ -1925,4 +1925,4 @@ VALIGN="top"
 ></DIV
 ></BODY
 ></HTML
->
\ No newline at end of file
+>
index 0433b4b520f0c9193136b9a2353d0dca92dccdd6..6931e3e4e61b0675def523628a5d1024ad56bfc7 100644 (file)
 
       <para>With Apache you'll also want to make sure that within the
       httpd.conf file the line: 
-      <programlisting>Options ExecCGI AllowOverride Limit</programlisting>
+      <programlisting>
+Options ExecCGI
+AllowOverride Limit
+      </programlisting>
 
       is in the stanza that covers the directories into which you intend to
       put the bugzilla .html and .cgi files.
index a19dd6c898400667a4dd29184a06e8938ba69bb6..6304600978ebb8ed162dd71605d4e9a08dd7fbc2 100644 (file)
@@ -1254,7 +1254,8 @@ Chapter 4. Installation
 
    With Apache you'll also want to make sure that within the httpd.conf
    file the line:
-   Options ExecCGI AllowOverride Limit
+   Options ExecCGI
+   AllowOverride Limit
 
    is in the stanza that covers the directories into which you intend to
    put the bugzilla .html and .cgi files.
index 0433b4b520f0c9193136b9a2353d0dca92dccdd6..6931e3e4e61b0675def523628a5d1024ad56bfc7 100644 (file)
 
       <para>With Apache you'll also want to make sure that within the
       httpd.conf file the line: 
-      <programlisting>Options ExecCGI AllowOverride Limit</programlisting>
+      <programlisting>
+Options ExecCGI
+AllowOverride Limit
+      </programlisting>
 
       is in the stanza that covers the directories into which you intend to
       put the bugzilla .html and .cgi files.