]> granicus.if.org Git - apache/commitdiff
Add ProxyPassReverse to the examples in the mod_proxy_balancer docs.
authorRich Bowen <rbowen@apache.org>
Wed, 10 Nov 2010 18:07:41 +0000 (18:07 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 10 Nov 2010 18:07:41 +0000 (18:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033621 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_balancer.html.en
docs/manual/mod/mod_proxy_balancer.xml

index aca16fb73e4e5075846273fb5667e6b325a28f51..e557f438afddbf4af9cab19a23ffee3967c6dc7d 100644 (file)
         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
     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">
index fb1ee78b008c7dcd5fb5ac76ecf792d54962484a..1878faa66f7e726006ddb38c39b3b5a28f406a82 100644 (file)
@@ -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
     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>