]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fixing according to comment
authorIgor Galić <igalic@apache.org>
Sat, 27 Oct 2012 10:21:23 +0000 (10:21 +0000)
committerIgor Galić <igalic@apache.org>
Sat, 27 Oct 2012 10:21:23 +0000 (10:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1402777 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_balancer.xml
docs/manual/mod/mod_proxy_balancer.xml.ja

index fd4478abf28adbb4411ecfd97ce2098ddd522d4d..9143abb30f8d1430c7442057e773c747be195843 100644 (file)
@@ -473,7 +473,7 @@ candidate lbstatus -= total factor</code></pre>
     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 />
index 3a9d657cfc53ec2616bb86e78b224060b5dc6cc0..01dcd0fda2ef27b3d56a93b12634537215cedad9 100644 (file)
@@ -473,7 +473,7 @@ candidate lbstatus -= total factor</code></pre>
     次の例のように、クッキー名と 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 />