Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 869EB1179E for ; Thu, 18 Sep 2014 19:42:34 +0000 (UTC) Received: (qmail 27240 invoked by uid 500); 18 Sep 2014 19:42:34 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 27180 invoked by uid 500); 18 Sep 2014 19:42:34 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 27170 invoked by uid 99); 18 Sep 2014 19:42:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2014 19:42:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2014 19:42:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 13EAC238899C; Thu, 18 Sep 2014 19:42:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1626059 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: core.html.en core.xml Date: Thu, 18 Sep 2014 19:42:12 -0000 To: cvs@httpd.apache.org From: gryzor@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140918194213.13EAC238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gryzor Date: Thu Sep 18 19:42:12 2014 New Revision: 1626059 URL: http://svn.apache.org/r1626059 Log: Fix previous commit - mutiple notes Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en?rev=1626059&r1=1626058&r2=1626059&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en Thu Sep 18 19:42:12 2014 @@ -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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml?rev=1626059&r1=1626058&r2=1626059&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml Thu Sep 18 19:42:12 2014 @@ -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.