From 3bc5bf9bf5f62bd7b2eedd9545f14d276cdff5ea Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Tue, 5 Jan 2010 15:01:24 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy_balancer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2