]> granicus.if.org Git - apache/commitdiff
Fix the ProxyPass example accoding to the trailing slash rule.
authorTakashi Sato <takashi@apache.org>
Fri, 25 Dec 2009 16:32:20 +0000 (16:32 +0000)
committerTakashi Sato <takashi@apache.org>
Fri, 25 Dec 2009 16:32:20 +0000 (16:32 +0000)
Submitted by: inoue <inoue ariel-networks.com>
PR: 48444

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@893874 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index c724ce9eeb1d0244ea2e548b8f3700b3d364f858..9b70efa8f318b6cc47210d32de8cf15ed94863a6 100644 (file)
@@ -880,7 +880,7 @@ expressions</description>
     </table>
     <p>A sample balancer setup</p>
     <example>
-      ProxyPass /special-area http://special.example.com/ smax=5 max=10<br />
+      ProxyPass /special-area http://special.example.com smax=5 max=10<br />
       ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On<br />
       &lt;Proxy balancer://mycluster&gt;<br />
       <indent>