]> granicus.if.org Git - apache/commitdiff
SSIEnableAccess -> SSIAccessEnable
authorTakashi Sato <takashi@apache.org>
Wed, 14 May 2008 14:20:54 +0000 (14:20 +0000)
committerTakashi Sato <takashi@apache.org>
Wed, 14 May 2008 14:20:54 +0000 (14:20 +0000)
Submitted by: Andrew Ford <A.Ford ford-mason.co uk>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@656287 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.xml

index ca3bb3d768252de7db8d80da7b6cbc6860d8cc3f..061d363e88fce37ef6de774228ea6849adc5450f 100644 (file)
       <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,
@@ -777,16 +777,16 @@ displayed</description>
 </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>