]> granicus.if.org Git - apache/commitdiff
add a note about Limit and Satisfy
authorAndré Malo <nd@apache.org>
Thu, 26 Aug 2004 22:33:05 +0000 (22:33 +0000)
committerAndré Malo <nd@apache.org>
Thu, 26 Aug 2004 22:33:05 +0000 (22:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104844 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index e43ec304b128b9206766a1f56ef16b2ade26cb00..f9df88bdfaeb9acab40a3548340465c795b37cc8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.90 $ -->
+<!-- $Revision: 1.91 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -2452,6 +2452,10 @@ user authentication</description>
 <contextlist><context>directory</context><context>.htaccess</context>
 </contextlist>
 <override>AuthConfig</override>
+<compatibility>Influenced by <directive module="core" type="section"
+>Limit</directive> and <directive module="core"
+type="section">LimitExcept</directive> in version 2.0.51 and
+later</compatibility>
 
 <usage>
     <p>Access policy if both <directive
@@ -2479,6 +2483,10 @@ user authentication</description>
       Satisfy Any
     </example>
 
+    <p>Since version 2.0.51 <directive>Satisfy</directive> directives can
+    be restricted to particular methods by <directive module="core"
+    type="section">Limit</directive> and <directive module="core" type="section"
+    >LimitExcept</directive> sections.</p>
 </usage>
    <seealso><directive module="mod_authz_host">Allow</directive></seealso>
    <seealso><directive module="core">Require</directive></seealso>