From 6465bf1a4364fb0b31f4b8433fea8e6e9a8bdde5 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Wed, 3 Nov 2010 15:23:31 +0000
Subject: [PATCH] Missing linebreak in example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030497 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_proxy_balancer.html.en | 2 +-
docs/manual/mod/mod_proxy_balancer.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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
--
2.40.0