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@118998 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
myk%mozilla.org
2002-04-15 22:30:29 +00:00
parent a1c65dd9f5
commit 884e902c8b
2 changed files with 10 additions and 0 deletions

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

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