From: Takashi Sato Date: Tue, 5 Jan 2010 15:01:24 +0000 (+0000) Subject: backport r896073 from trunk: X-Git-Tag: 2.2.15~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bc5bf9bf5f62bd7b2eedd9545f14d276cdff5ea;p=thirdparty%2Fapache%2Fhttpd.git backport r896073 from trunk: 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 --- diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml index e06b71a850f..7f0577f4704 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -70,7 +70,7 @@ BalancerMember http://192.168.1.50:80
BalancerMember http://192.168.1.51:80
</Proxy>
- ProxyPass /test balancer://mycluster/ + ProxyPass /test balancer://mycluster