Commit 937e1ddd authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 134198: Warns installations about Apache configuration issue with…

Fix for bug 134198: Warns installations about Apache configuration issue with security ramifications. Fix by Gregory Leblanc <gleblanc@linuxweasel.com>. Docs fix, no review needed.
parent ee8e681d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment