From: Rich Bowen Date: Wed, 3 Nov 2010 15:23:31 +0000 (+0000) Subject: Missing linebreak in example. X-Git-Tag: 2.3.9~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6465bf1a4364fb0b31f4b8433fea8e6e9a8bdde5;p=apache Missing linebreak in example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030497 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_balancer.html.en b/docs/manual/mod/mod_proxy_balancer.html.en index fa5ee94ad3..c56bc3d768 100644 --- a/docs/manual/mod/mod_proxy_balancer.html.en +++ b/docs/manual/mod/mod_proxy_balancer.html.en @@ -263,7 +263,7 @@ 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 b/docs/manual/mod/mod_proxy_balancer.xml index b2d1d948ad..4ef91aa735 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -247,7 +247,7 @@ 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