From: Takashi Sato Date: Tue, 5 Jan 2010 14:55:25 +0000 (+0000) Subject: Similar to r893874, fix the ProxyPass example accoding to the trailing slash rule. X-Git-Tag: 2.3.5~21 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=49d8659aa2b6f8ff2383b7a7c521e77f30406e15;p=thirdparty%2Fapache%2Fhttpd.git Similar to r893874, fix the ProxyPass example accoding to the trailing slash rule. PR: 48459 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@896073 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml index f6cb5908b4d..dcc32a57995 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -78,7 +78,7 @@ BalancerMember http://192.168.1.50:80
BalancerMember http://192.168.1.51:80
</Proxy>
- ProxyPass /test balancer://mycluster/ + ProxyPass /test balancer://mycluster

Another example of how to provide load balancing with stickyness @@ -94,7 +94,7 @@ BalancerMember http://192.168.1.51:80 route=2
ProxySet stickysession=ROUTEID
</Proxy>
- ProxyPass /test balancer://mycluster/ + ProxyPass /test balancer://mycluster