From: Igor Galić Date: Sat, 27 Oct 2012 10:21:23 +0000 (+0000) Subject: fixing according to comment X-Git-Tag: 2.2.24~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa8fa9cd3ccb97b3a465c081d779ea42a1c91f54;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml index fd4478abf28..9143abb30f8 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -473,7 +473,7 @@ candidate lbstatus -= total factor configuring the name of the cookie and the name of the URL parameter separated by a vertical bar (|) as in the following example:

- ProxyPass /test balancer://mycluster stickysession=JSESSIONID|jsessionid scolonpathdelim=On + ProxyPass /test balancer://mycluster stickysession=JSESSIONID|jsessionid scolonpathdelim=On
<Proxy balancer://mycluster>
BalancerMember http://192.168.1.50:80 route=node1
BalancerMember http://192.168.1.51:80 route=node2
diff --git a/docs/manual/mod/mod_proxy_balancer.xml.ja b/docs/manual/mod/mod_proxy_balancer.xml.ja index 3a9d657cfc5..01dcd0fda2e 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml.ja +++ b/docs/manual/mod/mod_proxy_balancer.xml.ja @@ -473,7 +473,7 @@ candidate lbstatus -= total factor 次の例のように、クッキー名と URL パラメータ名を垂直バー (|) で区切って指定します:

- ProxyPass /test balancer://mycluster stickysession=JSESSIONID|jsessionid scolonpathdelim=On + ProxyPass /test balancer://mycluster stickysession=JSESSIONID|jsessionid scolonpathdelim=On
<Proxy balancer://mycluster>
BalancerMember http://192.168.1.50:80 route=node1
BalancerMember http://192.168.1.51:80 route=node2