From 834dd9419fa2eece688c3eb2a07cb75f1f3b6fa2 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 13 Apr 2014 21:04:22 +0000 Subject: [PATCH] Add notes for changes made in version 2.4.7 + synch formating with 2.4.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587098 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_headers.xml | 12 ++++++++---- docs/manual/mod/mod_ldap.xml | 10 +++++----- docs/manual/mod/mod_logio.xml | 3 ++- docs/manual/mod/mod_session_crypto.xml | 5 +++-- 4 files changed, 18 insertions(+), 12 deletions(-) diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index c9d00ae33e..a51916b8e1 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -259,7 +259,8 @@ Header merge Cache-Control no-store env=NO_STORE
setifempty
The request header is set, but only if there is no previous header - with this name. Available in 2.4.7 and later.
+ with this name.
+ Available in 2.4.7 and later.
unset
The request header of this name is removed, if it exists. If @@ -315,7 +316,8 @@ Header merge Cache-Control no-store env=NO_STORE server configvirtual host directory.htaccess FileInfo -Default condition was temporarily changed to "always" in 2.3.9 and 2.3.10. SetIfEmpty available since 2.4.7. +Default condition was temporarily changed to "always" in 2.3.9 and 2.3.10.
+SetIfEmpty and note available in 2.4.7 and later.

This directive can replace, merge or remove HTTP response @@ -406,7 +408,8 @@ Header merge Cache-Control no-store env=NO_STORE

setifempty
The request header is set, but only if there is no previous header - with this name. Available in 2.4.7 and later.
+ with this name.
+ Available in 2.4.7 and later.
unset
The response header of this name is removed, if it exists. @@ -417,7 +420,8 @@ Header merge Cache-Control no-store env=NO_STORE
The value of the named response header is copied into an internal note whose name is given by value. This is useful if a header sent by a CGI or proxied resource is configured to be unset - but should also be logged.
+ but should also be logged.
+ Available in 2.4.7 and later. diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index d1a85851dd..3a6b3d7360 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -494,7 +494,7 @@ valid AuthConfig -

This directive, if enabled by the LDAPReferrals directive, +

This directive, if enabled by the LDAPReferrals directive, limits the number of referral hops that are followed before terminating an LDAP query.

@@ -511,6 +511,7 @@ valid LDAPReferrals On directory.htaccess AuthConfig +The default parameter is available in Apache 2.4.7 and later

Some LDAP servers divide their directory among multiple domains and use referrals @@ -519,8 +520,7 @@ valid explicitly configures the referral chasing in the underlying SDK.

-

LDAPReferrals takes the takes the following values: -

+

LDAPReferrals takes the following values:

"on"

When set to "on", the underlying SDK's referral chasing state @@ -537,10 +537,10 @@ valid registered.

-

The directive LDAPReferralHopLimit works in conjunction with +

The directive LDAPReferralHopLimit works in conjunction with this directive to limit the number of referral hops to follow before terminating the LDAP query. When referral processing is enabled by a value of "On", client credentials will be provided, - via a rebind callback, for any LDAP server requiring them.

+ via a rebind callback, for any LDAP server requiring them.

diff --git a/docs/manual/mod/mod_logio.xml b/docs/manual/mod/mod_logio.xml index e7acb12940..6bbeafc671 100644 --- a/docs/manual/mod/mod_logio.xml +++ b/docs/manual/mod/mod_logio.xml @@ -70,7 +70,8 @@ %S Bytes transferred (received and sent), including request and headers, - cannot be zero. This is the combination of %I and %O. + cannot be zero. This is the combination of %I and %O.
+ Available in Apache 2.4.7 and later

Usually, the functionality is used like this:

diff --git a/docs/manual/mod/mod_session_crypto.xml b/docs/manual/mod/mod_session_crypto.xml index c2446c251d..dd8e7da98f 100644 --- a/docs/manual/mod/mod_session_crypto.xml +++ b/docs/manual/mod/mod_session_crypto.xml @@ -175,8 +175,9 @@ SessionCryptoPassphrase secret secret to the end of the list, and once rolled out completely to all servers, remove the first key from the start of the list.

-

If the value begins with exec: the resulting command will be executed and the - first line returned to standard output by the program will be used as the key.

+

As of version 2.4.7 if the value begins with exec: the resulting command + will be executed and the first line returned to standard output by the program will be + used as the key.

 #key used as-is
 SessionCryptoPassphrase secret
-- 
2.50.1