]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Docs are easier than code sometimes
authorJim Jagielski <jim@apache.org>
Tue, 24 Mar 2009 15:14:56 +0000 (15:14 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 24 Mar 2009 15:14:56 +0000 (15:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@757836 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index b0626faaf29f3027c8816e303931f9e88ff52e4c..43859bd6fcaf51ea91b59928f8a89d85d5d73515 100644 (file)
@@ -805,7 +805,8 @@ expressions</description>
     </table>
 
     <p>If the Proxy directive scheme starts with the
-    <code>balancer://</code> then a virtual worker that does not really
+    <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
     for the management of several "real" workers. In that case the special set of
     parameters can be add to this virtual worker. See <module>mod_proxy_balancer</module>