You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2012/10/27 12:21:24 UTC

svn commit: r1402777 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_proxy_balancer.xml mod_proxy_balancer.xml.ja

Author: igalic
Date: Sat Oct 27 10:21:23 2012
New Revision: 1402777

URL: http://svn.apache.org/viewvc?rev=1402777&view=rev
Log:
fixing according to comment

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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml?rev=1402777&r1=1402776&r2=1402777&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml Sat Oct 27 10:21:23 2012
@@ -473,7 +473,7 @@ candidate lbstatus -= total factor</code
     configuring the name of the cookie and the name of the URL parameter
     separated by a vertical bar (<code>|</code>) as in the following example:</p>
     <example>
-    ProxyPass /test balancer://mycluster stickysession=JSESSIONID|jsessionid scolonpathdelim=On
+    ProxyPass /test balancer://mycluster stickysession=JSESSIONID|jsessionid scolonpathdelim=On<br />
     &lt;Proxy balancer://mycluster&gt;<br />
     BalancerMember http://192.168.1.50:80 route=node1<br />
     BalancerMember http://192.168.1.51:80 route=node2<br />

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml.ja?rev=1402777&r1=1402776&r2=1402777&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml.ja [utf-8] Sat Oct 27 10:21:23 2012
@@ -473,7 +473,7 @@ candidate lbstatus -= total factor</code
     次の例のように、クッキー名と URL パラメータ名を垂直バー (<code>|</code>)
     で区切って指定します:</p>
     <example>
-    ProxyPass /test balancer://mycluster stickysession=JSESSIONID|jsessionid scolonpathdelim=On
+    ProxyPass /test balancer://mycluster stickysession=JSESSIONID|jsessionid scolonpathdelim=On<br />
     &lt;Proxy balancer://mycluster&gt;<br />
     BalancerMember http://192.168.1.50:80 route=node1<br />
     BalancerMember http://192.168.1.51:80 route=node2<br />