PR: 48459
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@896073
13f79535-47bb-0310-9956-
ffa450edef68
BalancerMember http://192.168.1.50:80<br />
BalancerMember http://192.168.1.51:80<br />
</Proxy><br />
- ProxyPass /test balancer://mycluster/
+ ProxyPass /test balancer://mycluster
</example>
<p>Another example of how to provide load balancing with stickyness
BalancerMember http://192.168.1.51:80 route=2<br />
ProxySet stickysession=ROUTEID<br />
</Proxy><br />
- ProxyPass /test balancer://mycluster/
+ ProxyPass /test balancer://mycluster
</example>
</section>