Commit 88b663f0 authored by Igor Galić's avatar Igor Galić
Browse files

fixing according to comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1402777 13f79535-47bb-0310-9956-ffa450edef68
parent 8629aa7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 />
+1 −1
Original line number Diff line number Diff line
@@ -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 />