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.


git-svn-id: svn://10.0.0.236/trunk@249151 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
myk%mozilla.org 2008-04-04 06:48:43 +00:00
parent 0847e57f55
commit 24e43d75dd

View 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