summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_proxy_balancer.html.en6
-rw-r--r--docs/manual/mod/mod_proxy_balancer.xml6
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_proxy_balancer.html.en b/docs/manual/mod/mod_proxy_balancer.html.en
index aca16fb73e..e557f438af 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<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
</code></p></div>
<p>Another example of how to provide load balancing with stickyness
@@ -126,7 +127,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
</code></p></div>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
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>