From 86b27d2bb7203724cf25cd134b2b4e1cefeacb42 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 2 Apr 2012 06:23:56 +0000 Subject: Add scripts to configure multiple load balancers on a proxy server. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308247 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/http/proxy-member-conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sca-cpp/trunk/modules/http/proxy-member-conf') diff --git a/sca-cpp/trunk/modules/http/proxy-member-conf b/sca-cpp/trunk/modules/http/proxy-member-conf index 83c43df49f..a046a4fd08 100755 --- a/sca-cpp/trunk/modules/http/proxy-member-conf +++ b/sca-cpp/trunk/modules/http/proxy-member-conf @@ -30,10 +30,15 @@ else portsuffix=":$port" fi +bal=$4 +if [ "$bal" = "" ]; then + bal="cluster" +fi + cat >>$root/conf/vhost.conf <