From: Christophe Jaillet Date: Tue, 8 Apr 2014 20:29:24 +0000 (+0000) Subject: Add notes for changes made in version 2.4.2 + fix a typo not backport... X-Git-Tag: 2.4.10~372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=137f147d15b411575a67df8b92760ec230d00396;p=apache Add notes for changes made in version 2.4.2 + fix a typo not backported in 2.4 branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1585830 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 9009d1042e..29a37cec3b 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -608,6 +608,7 @@ headers DefaultRuntimeDir directory-path DefaultRuntimeDir DEFAULT_REL_RUNTIMEDIR (logs/) server config +Available in Apache 2.4.2 and later

The DefaultRuntimeDir directive sets the @@ -1746,9 +1747,9 @@ filenames (unnamed) backreferences are ignored. Use named groups instead.

-<FileMatch ^(?<sitename>[^/]+)> +<FilesMatch ^(?<sitename>[^/]+)> require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example -</FileMatch> +</FilesMatch>
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 9bd4ebb399..232f54302d 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -831,7 +831,7 @@ expressions Note: This directive cannot be used within a <Directory> context. - + The ProxyRequests directive should usually be set off when using @@ -1185,7 +1185,7 @@ ProxyPass /mirror/foo http://backend.example.com Off If set, an IO read timeout after a request is sent to the backend will force the worker into error state. Worker recovery behaves the same as other - worker errors. + worker errors.
Available in Apache HTTP Server 2.4.5 and later. nonce @@ -1212,7 +1212,8 @@ ProxyPass /mirror/foo http://backend.example.com in error state. There might be cases where an already overloaded backend can get into deeper trouble if the recovery of all workers is enforced without considering the retry parameter of each worker. In this case - set to Off. + set to Off.
+ Available in Apache HTTP Server 2.4.2 and later.