From: Christophe Jaillet Date: Tue, 8 Apr 2014 20:28:12 +0000 (+0000) Subject: Add notes for changes made in version 2.4.2 X-Git-Tag: 2.5.0-alpha~4334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfd1eb1da7af07aa9a52426d790921cb92b312fd;p=apache Add notes for changes made in version 2.4.2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1585829 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 50bc78bf23..ecf20538eb 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -612,6 +612,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 diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index a8cbf797ad..1b77507f0e 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -843,7 +843,6 @@ expressions a local virtual path; url is a partial URL for the remote server and cannot include a query string.

- Note: This directive cannot be used within a <Directory> context. @@ -1208,7 +1207,8 @@ 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 <auto> @@ -1234,7 +1234,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.