You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Andrew Ford <A....@ford-mason.co.uk> on 2008/05/05 17:02:57 UTC

SSIEnableAccess or SSIAccessEnable?

The docs for mod_include say SSIEnableAccess, but the command_rec entry
in the source code says SSIAccessEnable.

Andrew

-- 
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


Re: SSIEnableAccess or SSIAccessEnable?

Posted by Takashi Sato <ta...@lans-tv.com>.
On Thu, 08 May 2008 17:43:11 +0100
Andrew Ford <A....@ford-mason.co.uk> wrote:

> 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:

Fixed in r654507. Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: SSIEnableAccess or SSIAccessEnable?

Posted by Andrew Ford <A....@ford-mason.co.uk>.
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 @@
       <dt><code><var>-A string</var></code></dt>
       <dd><p>true if the URL represented by the string is accessible by
       configuration, false otherwise. This test only has an effect if
-      <directive>SSIEnableAccess</directive> is on. This is useful
+      <directive>SSIAccessEnable</directive> 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 @@
 </directivesynopsis>
 
 <directivesynopsis>
-<name>SSIEnableAccess</name>
+<name>SSIAccessEnable</name>
 <description>Enable the -A flag during conditional flow control
processing.</description>
-<syntax>SSIEnableAccess on|off</syntax>
-<default>SSIEnableAccess off</default>
+<syntax>SSIAccessEnable on|off</syntax>
+<default>SSIAccessEnable off</default>
 <contextlist><context>directory</context><context>.htaccess</context></contextlist>
 
 <usage>
-    <p>The <directive>SSIEnableAccess</directive> directive controls
whether
+    <p>The <directive>SSIAccessEnable</directive> directive controls
whether
     the -A test is enabled during conditional flow control processing.
-    <directive>SSIEnableAccess</directive> can take on the following
values:</p>
+    <directive>SSIAccessEnable</directive> can take on the following
values:</p>
 
     <dl>
 

-- 
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