diff options
author | Jim Jagielski <jim@apache.org> | 2009-03-24 16:14:43 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2009-03-24 16:14:43 +0100 |
commit | 6f084d625df1f9d9f6f6a68c01adc40060ccbe0f (patch) | |
tree | 17e474f69f4295e7a2396e0f81cab8f847aca04d /docs/manual/mod | |
parent | * build/config_vars.sh.in: Fix error if APU_CONFIG is not defined. (diff) | |
download | apache2-6f084d625df1f9d9f6f6a68c01adc40060ccbe0f.tar.xz apache2-6f084d625df1f9d9f6f6a68c01adc40060ccbe0f.zip |
Documentation is easier than code sometimes...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@757835 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 6773996d6d..96cf3656f0 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -820,7 +820,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> |