From: Rich Bowen Date: Wed, 10 Nov 2010 18:07:41 +0000 (+0000) Subject: Add ProxyPassReverse to the examples in the mod_proxy_balancer docs. X-Git-Tag: 2.3.9~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9152a1b6dd85214da19e5263b5af12377e27380;p=thirdparty%2Fapache%2Fhttpd.git Add ProxyPassReverse to the examples in the mod_proxy_balancer docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033621 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_balancer.html.en b/docs/manual/mod/mod_proxy_balancer.html.en index aca16fb73e4..e557f438afd 100644 --- a/docs/manual/mod/mod_proxy_balancer.html.en +++ b/docs/manual/mod/mod_proxy_balancer.html.en @@ -110,7 +110,8 @@ BalancerMember http://192.168.1.50:80
BalancerMember http://192.168.1.51:80
</Proxy>
- ProxyPass /test balancer://mycluster + ProxyPass /test balancer://mycluster
+ ProxyPassReverse /test balancer://mycluster

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

top
diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml index fb1ee78b008..1878faa66f7 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -94,7 +94,8 @@ BalancerMember http://192.168.1.50:80
BalancerMember http://192.168.1.51:80
</Proxy>
- ProxyPass /test balancer://mycluster + ProxyPass /test balancer://mycluster
+ ProxyPassReverse /test balancer://mycluster

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