]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix previous commit - mutiple notes
authorVincent Deffontaines <gryzor@apache.org>
Thu, 18 Sep 2014 19:42:12 +0000 (19:42 +0000)
committerVincent Deffontaines <gryzor@apache.org>
Thu, 18 Sep 2014 19:42:12 +0000 (19:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1626059 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index 59fcf2f2a8d487e17ddb6fc3041976b953955175..bfa24e7c7252126f22a006ab484c56cc44e9b71e 100644 (file)
@@ -2378,8 +2378,8 @@ resource </td></tr>
 <tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>2.2.29 and later</td></tr>
 </table>
     <p>This directive controls whether HTTP trailers are copied into the
-    internal representation of HTTP headers. This mergeing occurs when the 
-    request body has been completely consumed, long after most header 
+    internal representation of HTTP headers. This mergeing occurs when the
+    request body has been completely consumed, long after most header
     processing would have a chance to examine or modify request headers.</p>
     <p>This option is provided for compatibility with releases prior to 2.4.10,
     where trailers were always merged.</p>
@@ -2728,6 +2728,13 @@ a resource</td></tr>
     then the interaction of these restrictions is controlled by
     the <code class="directive"><a href="#satisfy">Satisfy</a></code> directive.</p>
 
+    <p>Multiple <code class="directive">Require</code> directives do operate as
+    logical "OR", but some underlying authentication modules may require
+    an explicit configuration to let authentication be chained to others.
+    This is typically the case with <code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code>,
+    which exports the <code class="directive">AuthzLDAPAuthoritative</code> in
+    that intent.</p>
+
     <div class="note"><h3>Removing controls in subdirectories</h3>
     <p>The following example shows how to use the <code class="directive"><a href="#satisfy">Satisfy</a></code> directive to disable access
     controls in a subdirectory of a protected directory.  This
@@ -2750,14 +2757,6 @@ a resource</td></tr>
       &lt;/Directory&gt;<br />
     </code></p></div>
     </div>
-    <div class="note"><h3>Combined use of authentication backends</h3>
-    <p>Multiple <code class="directive">Require</code> directives do operate as
-    logical "OR", but some underlying authentication modules may require
-    an explicit configuration to let authentication be chained to others.
-    This is typically the case with <code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code>,
-    which exports the <code class="directive">AuthzLDAPAuthoritative</code> in
-    that intent.</p>
-    </div>
 
 
 <h3>See also</h3>
index f4f01f277efd4bed6c621e6daa734a54b644a38a..ab5c099fe9ca534abea9546a7c2788c23efc9380 100644 (file)
@@ -2670,6 +2670,13 @@ a resource</description>
     then the interaction of these restrictions is controlled by
     the <directive module="core">Satisfy</directive> directive.</p>
 
+    <p>Multiple <directive>Require</directive> directives do operate as
+    logical "OR", but some underlying authentication modules may require
+    an explicit configuration to let authentication be chained to others.
+    This is typically the case with <module>mod_authnz_ldap</module>,
+    which exports the <directive>AuthzLDAPAuthoritative</directive> in
+    that intent.</p>
+
     <note><title>Removing controls in subdirectories</title>
     <p>The following example shows how to use the <directive
     module="core">Satisfy</directive> directive to disable access
@@ -2693,14 +2700,6 @@ a resource</description>
       &lt;/Directory&gt;<br />
     </example>
     </note>
-    <note><title>Combined use of authentication backends</title>
-    <p>Multiple <directive>Require</directive> directives do operate as
-    logical "OR", but some underlying authentication modules may require
-    an explicit configuration to let authentication be chained to others.
-    This is typically the case with <module>mod_authnz_ldap</module>,
-    which exports the <directive>AuthzLDAPAuthoritative</directive> in
-    that intent.</p>
-    </note>
 
 </usage>
 
@@ -3673,8 +3672,8 @@ hostname or IP address</description>
 
 <usage>
     <p>This directive controls whether HTTP trailers are copied into the
-    internal representation of HTTP headers. This mergeing occurs when the 
-    request body has been completely consumed, long after most header 
+    internal representation of HTTP headers. This mergeing occurs when the
+    request body has been completely consumed, long after most header
     processing would have a chance to examine or modify request headers.</p>
     <p>This option is provided for compatibility with releases prior to 2.4.10,
     where trailers were always merged.</p>