Author: takashi
Date: Tue Jan 5 15:01:24 2010
New Revision: 896075
URL: http://svn.apache.org/viewvc?rev=896075&view=rev
Log:
backport r896073 from trunk:
Similar to r893874, fix the ProxyPass example accoding to the trailing slash rule.
PR: 48459
Modified:
httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml
Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml?rev=896075&r1=896074&r2=896075&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml Tue Jan 5 15:01:24 2010
@@ -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