
A.Ford at ford-mason
May 8, 2008, 9:43 AM
Post #2 of 3
(154 views)
Permalink
|
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[at]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[at]httpd.apache.org For additional commands, e-mail: docs-help[at]httpd.apache.org
|