Return-Path: Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: (qmail 25783 invoked from network); 8 May 2008 16:43:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2008 16:43:47 -0000 Received: (qmail 92819 invoked by uid 500); 8 May 2008 16:43:44 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 92785 invoked by uid 500); 8 May 2008 16:43:44 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 92767 invoked by uid 99); 8 May 2008 16:43:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2008 09:43:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of A.Ford@ford-mason.co.uk designates 80.77.248.82 as permitted sender) Received: from [80.77.248.82] (HELO mail.ford-mason.co.uk) (80.77.248.82) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2008 16:42:50 +0000 Received: from smtp.ford-mason.co.uk ([172.27.0.2]) by mail.ford-mason.co.uk with esmtp (Exim 4.69) (envelope-from ) id 1Ju9D6-0004mR-2F for docs@httpd.apache.org; Thu, 08 May 2008 17:43:12 +0100 Message-ID: <48232D9F.6060408@ford-mason.co.uk> Date: Thu, 08 May 2008 17:43:11 +0100 From: Andrew Ford Organization: Ford & Mason Ltd User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: docs@httpd.apache.org Subject: Re: SSIEnableAccess or SSIAccessEnable? References: <481F21A1.9090808@ford-mason.co.uk> In-Reply-To: <481F21A1.9090808@ford-mason.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) X-Spam-Report: Spam detection software, running on the system "icarus", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Andrew Ford wrote: > The docs for mod_include say SSIEnableAccess, but the command_rec entry > in the source code says SSIAccessEnable. > > Andrew > > Here's a patch: Index: httpd-2.2.x/docs/manual/mod/mod_include.xml =================================================================== --- httpd-2.2.x/docs/manual/mod/mod_include.xml (revision 654562) +++ httpd-2.2.x/docs/manual/mod/mod_include.xml (working copy) @@ -504,7 +504,7 @@
-A string

true if the URL represented by the string is accessible by configuration, false otherwise. This test only has an effect if - SSIEnableAccess is on. This is useful + SSIAccessEnable is on. This is useful where content on a page is to be hidden from users who are not authorized to view the URL, such as a link to that URL. Note that the URL is only tested for whether access would be granted, @@ -769,16 +769,16 @@ [...] Content analysis details: (-1.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP X-Virus-Checked: Checked by ClamAV on apache.org Andrew Ford wrote: > The docs for mod_include say SSIEnableAccess, but the command_rec entry > in the source code says SSIAccessEnable. > > Andrew > > Here's a patch: Index: httpd-2.2.x/docs/manual/mod/mod_include.xml =================================================================== --- httpd-2.2.x/docs/manual/mod/mod_include.xml (revision 654562) +++ httpd-2.2.x/docs/manual/mod/mod_include.xml (working copy) @@ -504,7 +504,7 @@

-A string

true if the URL represented by the string is accessible by configuration, false otherwise. This test only has an effect if - SSIEnableAccess is on. This is useful + SSIAccessEnable is on. This is useful where content on a page is to be hidden from users who are not authorized to view the URL, such as a link to that URL. Note that the URL is only tested for whether access would be granted, @@ -769,16 +769,16 @@ -SSIEnableAccess +SSIAccessEnable Enable the -A flag during conditional flow control processing. -SSIEnableAccess on|off -SSIEnableAccess off +SSIAccessEnable on|off +SSIAccessEnable off directory.htaccess -

The SSIEnableAccess directive controls whether +

The SSIAccessEnable directive controls whether the -A test is enabled during conditional flow control processing. - SSIEnableAccess can take on the following values:

+ SSIAccessEnable can take on the following values:

-- Andrew Ford, Director Pauntley Prints / Ford & Mason Ltd A.Ford@ford-mason.co.uk South Wing Compton House pauntley-prints.co.uk Compton Green, Redmarley Tel: +44 1531 829900 ford-mason.co.uk Gloucester GL19 3JB Fax: +44 1531 829901 refcards.com cronolog.org Great Britain Mobile: +44 7785 258278 --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org