Fix by Gregory Leblanc <gleblanc@linuxweasel.com>.
Docs fix, no review needed.
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
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