]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Similar to r893874, fix the ProxyPass example accoding to the trailing slash rule.
authorTakashi Sato <takashi@apache.org>
Tue, 5 Jan 2010 14:55:25 +0000 (14:55 +0000)
committerTakashi Sato <takashi@apache.org>
Tue, 5 Jan 2010 14:55:25 +0000 (14:55 +0000)
PR: 48459

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@896073 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_balancer.xml

index f6cb5908b4d2d8a6bad2f9189e8e36a6d8307bf7..dcc32a5799530a6bc3455298c5f077a36c697cd4 100644 (file)
@@ -78,7 +78,7 @@
         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
     </example>
 
     <p>Another example of how to provide load balancing with stickyness
@@ -94,7 +94,7 @@
     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
     </example>
 </section>