Author: jfrederic.clere(a)jboss.com
Date: 2009-02-08 12:54:17 -0500 (Sun, 08 Feb 2009)
New Revision: 2269
Modified:
trunk/mod_cluster/test/java/installhttpd.sh
Log:
Allow only localhost... Otherwise the tests are failing when 2 httpd
are running at the same time in the lab machines.
Modified: trunk/mod_cluster/test/java/installhttpd.sh
===================================================================
--- trunk/mod_cluster/test/java/installhttpd.sh 2009-02-06 16:57:27 UTC (rev 2268)
+++ trunk/mod_cluster/test/java/installhttpd.sh 2009-02-08 17:54:17 UTC (rev 2269)
@@ -6,7 +6,7 @@
# $3: sub network to accept cluster management requests.
IP=localhost
ADVIP=232.0.0.2
-SUBIP=all
+SUBIP=localhost
if [ "x$1" != "x" ]
then
IP=$1
Show replies by date