Author: jfrederic.clere(a)jboss.com
Date: 2009-02-10 17:11:45 -0500 (Tue, 10 Feb 2009)
New Revision: 2279
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
Disable the proxy BALANCER modules that is incompatible with mod_cluster.
Fix from MODCLUSTER-46.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2009-02-10 21:57:14 UTC (rev 2278)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2009-02-10 22:11:45 UTC (rev 2279)
@@ -135,7 +135,7 @@
fi
if $has_cluster; then
- add_conf="$add_conf --enable-proxy-cluster --enable-advertise --enable-slotmem
--enable-manager"
+ add_conf="$add_conf --enable-proxy-cluster --enable-advertise --enable-slotmem
--enable-manager --disable-proxy-balancer"
fi
# Ajust some more platform dependent stuff.
Show replies by date