On Thu, Feb 04, 2010 at 04:25:26PM +0000, william pink wrote:
> Hi,
> 
> I have three Xen instances with public IP addresses and I want to install
> Haproxy and balance between the two backends, I have done alots of searching
> but I can't seem to pin point the issue. Here is the issue when I start it
> 
> r...@gp-wpbalance:~# haproxy -d -f /etc/haproxy.cfg
> Available polling systems :
>      select : pref=150,  test result OK
>      sepoll : disabled,  test result OK
>       epoll : disabled,  test result OK
>        poll : disabled,  test result OK
> Total: 4 (1 usable), will use select.
> Using select() as the polling mechanism.
> [WARNING] 034/162114 (4357) : Server BALANCE/WP2 is DOWN. 1 active and 0
> backup servers left. 0 sessions active, 0 requeued, 0 remaining in queue.
> 
> And it just sits there, I also presume the haproxy server should be
> listening on port 80 when specified to but it doesn't?

I think it is, but you have started it in debug mode (-d) so it
does not go to background and waits for your requests. It will show
them to you on this console.

Regards
Willy


Reply via email to