You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ta...@apache.org on 2009/12/25 17:55:23 UTC

svn commit: r893875 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

Author: takashi
Date: Fri Dec 25 16:55:23 2009
New Revision: 893875

URL: http://svn.apache.org/viewvc?rev=893875&view=rev
Log:
backport r893874 from trunk
Fix the ProxyPass example according to the trailing slash rule.

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

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml?rev=893875&r1=893874&r2=893875&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml Fri Dec 25 16:55:23 2009
@@ -862,7 +862,7 @@
     </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>