From 12099ce935b78a335c97befdbbf4e8541bdceaf0 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 8 Apr 2014 20:28:12 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.xml | 1 + docs/manual/mod/mod_proxy.xml | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 50bc78bf235..ecf20538eb6 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 a8cbf797ad9..1b77507f0e2 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. -- 2.47.3