diff options
Diffstat (limited to 'docs/sgml')
-rw-r--r-- | docs/sgml/installation.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml index b50481e9f..44c2d3bba 100644 --- a/docs/sgml/installation.sgml +++ b/docs/sgml/installation.sgml @@ -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 |