From: Eric Covener Date: Sat, 3 Sep 2011 17:51:43 +0000 (+0000) Subject: mention compat info for failonstatus flag, and remind that we're still X-Git-Tag: 2.2.21~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06bf2542e6e3999011b60089403f50eec32955df;p=thirdparty%2Fapache%2Fhttpd.git mention compat info for failonstatus flag, and remind that we're still in the ProxyPass doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1164897 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 44eb65a968a..81a308c81ae 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -943,7 +943,7 @@ expressions -

If the Proxy directive scheme starts with the +

If the ProxyPass directive scheme starts with the balancer:// (eg: balancer://cluster/, any path information is ignored) then a virtual worker that does not really communicate with the backend server will be created. Instead it is responsible @@ -1000,6 +1000,7 @@ expressions A single or comma-separated list of HTTP status codes. If set this will force the worker into error state when the backend returns any status code in the list. Worker recovery behaves the same as other worker errors. + Available with Apache HTTP Server 2.2.17 and later.