I'm using haproxy-1.3.15.7.tar.gz for some testing and looking at the options to bind multiple ports.
The docs imply that you can use a line such as: listen VIP_Name :80,:81,:8080-8089 But this gives me : [ALERT] 056/114217 (18173) : Invalid server address: ':80,' [ALERT] 056/114217 (18173) : Error reading configuration file : /etc/haproxy/haproxy.cfg However if I break up the ports using <3 per line it works fine: listen VIP_Name 192.168.2.83:80 bind 192.168.2.83:103,192.168.2.83:102 bind 192.168.2.83:104,192.168.2.83:105 Is this a deliberate feature change? (not a major issue but just wanted to check) Ps. forgot to mention I have patched with the request/receive health check posted earlier but I don't think thats the issue. -- Regards, Malcolm Turnbull. Loadbalancer.org Ltd. Phone: +44 (0)870 443 8779 http://www.loadbalancer.org/