From: Takashi Sato Date: Fri, 25 Dec 2009 16:32:20 +0000 (+0000) Subject: Fix the ProxyPass example accoding to the trailing slash rule. X-Git-Tag: 2.3.5~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f33af3aa79df896083c513aff7f2ac3732f9df43;p=apache Fix the ProxyPass example accoding to the trailing slash rule. Submitted by: inoue PR: 48444 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@893874 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index c724ce9eeb..9b70efa8f3 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -880,7 +880,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>