]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport r893874 from trunk
authorTakashi Sato <takashi@apache.org>
Fri, 25 Dec 2009 16:55:23 +0000 (16:55 +0000)
committerTakashi Sato <takashi@apache.org>
Fri, 25 Dec 2009 16:55:23 +0000 (16:55 +0000)
Fix the ProxyPass example according to the trailing slash rule.

Submitted by: inoue <inoue ariel-networks.com>
PR: 48444

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@893875 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 09e29da066d579767050ce6af4f61131ad26b2eb..2cbbc1e34aadc6744e396273f1f726c563140eed 100644 (file)
@@ -862,7 +862,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>