From 884e902c8b757114e97db228ace2482c600a8715 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" Date: Mon, 15 Apr 2002 22:30:29 +0000 Subject: [PATCH] Fix for bug 134198: Warns installations about Apache configuration issue with security ramifications. Fix by Gregory Leblanc . Docs fix, no review needed. git-svn-id: svn://10.0.0.236/trunk@118998 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/docs/sgml/installation.sgml | 5 +++++ mozilla/webtools/bugzilla/docs/xml/installation.xml | 5 +++++ 2 files changed, 10 insertions(+) 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