diff --git a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml b/mozilla/webtools/bugzilla/docs/sgml/installation.sgml
index b50481e9f93..44c2d3bba8e 100644
--- a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml
+++ b/mozilla/webtools/bugzilla/docs/sgml/installation.sgml
@@ -536,11 +536,16 @@ AddHandler cgi-script .cgi
access.conf file the line:
Options ExecCGI
+AllowOverride Limit
is in the stanza that covers the directories into which
you intend to put the bugzilla .html and .cgi files.
+
+ AllowOverride Limit allows the use of a Deny statement in the
+ .htaccess file generated by checksetup.pl
+
Users of newer versions of Apache will generally find both
of the above lines will be in the httpd.conf file, rather
diff --git a/mozilla/webtools/bugzilla/docs/xml/installation.xml b/mozilla/webtools/bugzilla/docs/xml/installation.xml
index b50481e9f93..44c2d3bba8e 100644
--- a/mozilla/webtools/bugzilla/docs/xml/installation.xml
+++ b/mozilla/webtools/bugzilla/docs/xml/installation.xml
@@ -536,11 +536,16 @@ AddHandler cgi-script .cgi
access.conf file the line:
Options ExecCGI
+AllowOverride Limit
is in the stanza that covers the directories into which
you intend to put the bugzilla .html and .cgi files.
+
+ AllowOverride Limit allows the use of a Deny statement in the
+ .htaccess file generated by checksetup.pl
+
Users of newer versions of Apache will generally find both
of the above lines will be in the httpd.conf file, rather