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

docs/manual/mod/core.xml

index f63e4e02c3b757452451ee135dae8bd3f9dabe67..f74f507761ee96b1814a1f89315faac5a30c8d9b 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.46.2.37 $ -->
+<!-- $Revision: 1.46.2.38 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -2472,6 +2472,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
@@ -2499,6 +2503,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_access">Allow</directive></seealso>
    <seealso><directive module="core">Require</directive></seealso>