You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/09/03 19:51:44 UTC

svn commit: r1164897 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

Author: covener
Date: Sat Sep  3 17:51:43 2011
New Revision: 1164897

URL: http://svn.apache.org/viewvc?rev=1164897&view=rev
Log:
mention compat info for failonstatus flag, and remind that we're still 
in the ProxyPass doc.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml?rev=1164897&r1=1164896&r2=1164897&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml Sat Sep  3 17:51:43 2011
@@ -943,7 +943,7 @@ expressions</description>
 
     </table>
 
-    <p>If the Proxy directive scheme starts with the
+    <p>If the <directive>ProxyPass</directive> directive scheme starts with the
     <code>balancer://</code> (eg: <code>balancer://cluster/</code>, 
     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</description>
         <td>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.
     </td></tr>
     
     </table>