From: Vincent Deffontaines 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.Compatibility: 2.2.29 and later 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.
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>
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.
Multiple
The following example shows how to use the
Multiple
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.