From 60304d920d1a27dfa0ad8ba54d5a73d95954eec2 Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Wed, 14 May 2008 14:20:54 +0000 Subject: [PATCH] SSIEnableAccess -> SSIAccessEnable Submitted by: Andrew Ford git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@656287 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_include.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index ca3bb3d768..061d363e88 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -512,7 +512,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, @@ -777,16 +777,16 @@ displayed -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:

-- 2.50.1