From: Vincent Deffontaines Date: Thu, 18 Sep 2014 19:42:12 +0000 (+0000) Subject: Fix previous commit - mutiple notes X-Git-Tag: 2.2.30~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac519deded2038d51bd63c858b510b603794c173;p=thirdparty%2Fapache%2Fhttpd.git Fix previous commit - mutiple notes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1626059 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 59fcf2f2a8d..bfa24e7c725 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2378,8 +2378,8 @@ resource Compatibility:2.2.29 and later

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.

This option is provided for compatibility with releases prior to 2.4.10, where trailers were always merged.

@@ -2728,6 +2728,13 @@ a resource then the interaction of these restrictions is controlled by the Satisfy directive.

+

Multiple Require 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 mod_authnz_ldap, + which exports the AuthzLDAPAuthoritative in + that intent.

+

Removing controls in subdirectories

The following example shows how to use the Satisfy directive to disable access controls in a subdirectory of a protected directory. This @@ -2750,14 +2757,6 @@ a resource </Directory>

-

Combined use of authentication backends

-

Multiple Require 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 mod_authnz_ldap, - which exports the AuthzLDAPAuthoritative in - that intent.

-

See also

diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index f4f01f277ef..ab5c099fe9c 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2670,6 +2670,13 @@ a resource then the interaction of these restrictions is controlled by the Satisfy directive.

+

Multiple Require 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 mod_authnz_ldap, + which exports the AuthzLDAPAuthoritative in + that intent.

+ Removing controls in subdirectories

The following example shows how to use the Satisfy directive to disable access @@ -2693,14 +2700,6 @@ a resource </Directory>
- Combined use of authentication backends -

Multiple Require 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 mod_authnz_ldap, - which exports the AuthzLDAPAuthoritative in - that intent.

-
@@ -3673,8 +3672,8 @@ hostname or IP address

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.

This option is provided for compatibility with releases prior to 2.4.10, where trailers were always merged.