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:32:20 UTC

svn commit: r893874 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Author: takashi
Date: Fri Dec 25 16:32:20 2009
New Revision: 893874

URL: http://svn.apache.org/viewvc?rev=893874&view=rev
Log:
Fix the ProxyPass example accoding to the trailing slash rule.

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

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=893874&r1=893873&r2=893874&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Fri Dec 25 16:32:20 2009
@@ -880,7 +880,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>