From: Takashi Sato Date: Fri, 25 Dec 2009 16:55:23 +0000 (+0000) Subject: backport r893874 from trunk X-Git-Tag: 2.2.15~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c557877a85b2b3cd4a1973a9686f1d609afa8c0;p=thirdparty%2Fapache%2Fhttpd.git backport r893874 from trunk Fix the ProxyPass example according to the trailing slash rule. Submitted by: inoue PR: 48444 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@893875 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 09e29da066d..2cbbc1e34aa 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -862,7 +862,7 @@ expressions

A sample balancer setup

- ProxyPass /special-area http://special.example.com/ smax=5 max=10
+ ProxyPass /special-area http://special.example.com smax=5 max=10
ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On
<Proxy balancer://mycluster>