]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 134198: Warns installations about Apache configuration issue with securit...
authormyk%mozilla.org <>
Tue, 16 Apr 2002 05:30:29 +0000 (05:30 +0000)
committermyk%mozilla.org <>
Tue, 16 Apr 2002 05:30:29 +0000 (05:30 +0000)
Fix by Gregory Leblanc <gleblanc@linuxweasel.com>.
Docs fix, no review needed.

docs/sgml/installation.sgml
docs/xml/installation.xml

index b50481e9f93f0ab75fa533f762585757f38d5bf7..44c2d3bba8e57f5ec5ed6bcbef03dd7dcf92f6d9 100644 (file)
@@ -536,11 +536,16 @@ AddHandler cgi-script .cgi
        access.conf file the line:
  <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.
        </para>
       <note>
+        <para>
+          AllowOverride Limit allows the use of a Deny statement in the
+          .htaccess file generated by checksetup.pl 
+        </para>
        <para>
          Users of newer versions of Apache will generally find both
          of the above lines will be in the httpd.conf file, rather
index b50481e9f93f0ab75fa533f762585757f38d5bf7..44c2d3bba8e57f5ec5ed6bcbef03dd7dcf92f6d9 100644 (file)
@@ -536,11 +536,16 @@ AddHandler cgi-script .cgi
        access.conf file the line:
  <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.
        </para>
       <note>
+        <para>
+          AllowOverride Limit allows the use of a Deny statement in the
+          .htaccess file generated by checksetup.pl 
+        </para>
        <para>
          Users of newer versions of Apache will generally find both
          of the above lines will be in the httpd.conf file, rather