summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy_balancer.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-11-10 19:07:41 +0100
committerRich Bowen <rbowen@apache.org>2010-11-10 19:07:41 +0100
commitc9152a1b6dd85214da19e5263b5af12377e27380 (patch)
treea9352c81e24ef01fb4535f237ceb82d8de1c8dca /docs/manual/mod/mod_proxy_balancer.xml
parentWhen restarting, reset ap_server_config_defines to what was set on the command (diff)
downloadapache2-c9152a1b6dd85214da19e5263b5af12377e27380.tar.xz
apache2-c9152a1b6dd85214da19e5263b5af12377e27380.zip
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
Diffstat (limited to 'docs/manual/mod/mod_proxy_balancer.xml')
-rw-r--r--docs/manual/mod/mod_proxy_balancer.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml
index fb1ee78b00..1878faa66f 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<br />
BalancerMember http://192.168.1.51:80<br />
&lt;/Proxy&gt;<br />
- ProxyPass /test balancer://mycluster
+ ProxyPass /test balancer://mycluster<br />
+ ProxyPassReverse /test balancer://mycluster
</example>
<p>Another example of how to provide load balancing with stickyness
@@ -110,7 +111,8 @@
BalancerMember http://192.168.1.51:80 route=2<br />
ProxySet stickysession=ROUTEID<br />
&lt;/Proxy&gt;<br />
- ProxyPass /test balancer://mycluster
+ ProxyPass /test balancer://mycluster<br />
+ ProxyPassReverse /test balancer://mycluster
</example>
</section>