From ac56dc3a351f9a3773d7c9f5e2e220153b74a1e9 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 10 May 2012 07:11:23 +0000 Subject: [PATCH] Fix up an example that was missing highlighting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1336502 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_balancer.html.en | 15 ++++++++------- docs/manual/mod/mod_proxy_balancer.xml | 14 +++++++------- docs/manual/mod/mod_proxy_balancer.xml.ja | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/docs/manual/mod/mod_proxy_balancer.html.en b/docs/manual/mod/mod_proxy_balancer.html.en index 0fc3f68dae..25f635447b 100644 --- a/docs/manual/mod/mod_proxy_balancer.html.en +++ b/docs/manual/mod/mod_proxy_balancer.html.en @@ -269,13 +269,14 @@ ProxyPassReverse /test balancer://mycluster

Finally you can support cookies and URL encoding at the same time, by 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
- <Proxy balancer://mycluster>
- BalancerMember http://192.168.1.50:80 route=node1
- BalancerMember http://192.168.1.51:80 route=node2
- </Proxy>
-

+
+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
+</Proxy>
+    
+

If the cookie and the request parameter both provide routing information for the same request, the information from the request parameter is used.

top
diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml index f8f097ec6a..692a110bcb 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -248,13 +248,13 @@ ProxyPassReverse /test balancer://mycluster

Finally you can support cookies and URL encoding at the same time, by 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
- <Proxy balancer://mycluster>
- BalancerMember http://192.168.1.50:80 route=node1
- BalancerMember http://192.168.1.51:80 route=node2
- </Proxy>
-
+ +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 +</Proxy> +

If the cookie and the request parameter both provide routing information for the same request, the information from the request parameter is used.

diff --git a/docs/manual/mod/mod_proxy_balancer.xml.ja b/docs/manual/mod/mod_proxy_balancer.xml.ja index e4a0580f44..8a1f169696 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml.ja +++ b/docs/manual/mod/mod_proxy_balancer.xml.ja @@ -1,7 +1,7 @@ - +