diff options
author | myk%mozilla.org <> | 2008-04-04 13:46:04 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2008-04-04 13:46:04 +0200 |
commit | 937e1ddd6859186b5b09ea46ebecd0fcbac28a29 (patch) | |
tree | 7c99fae57be9d20321932c075746426427fde543 /docs/en | |
parent | ee8e681ded533d46ff51c0bd44f65e316aca7caa (diff) | |
download | bugzilla-937e1ddd6859186b5b09ea46ebecd0fcbac28a29.tar.gz bugzilla-937e1ddd6859186b5b09ea46ebecd0fcbac28a29.tar.xz |
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.
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/installation.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index b50481e9f..44c2d3bba 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -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 |