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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@896075 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_balancer.xml

index e06b71a850f745811895f67114b2b0ab6d67c6ad..7f0577f4704d0032ebee11eaf2801c0db27a04b0 100644 (file)
@@ -70,7 +70,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>
 </section>