On Fri, May 11, 2012 at 6:09 PM, Andres Thomas Stivalet <[email protected]> wrote: > Currently, if haproxy tries to start up and a webserver is down (and > it's defined as a hostname in the config file) haproxy refuses to > start. Looking at the previous change logs and announcements it seems > this is by design. Why is this done and is there a way to circumvent > this? > > I would consider this a rather large design flaw, I must be missing something. > > Cheers >
Hi, Is the hostname resolvable when the server is down? For now, HAProxy only tries to resolve a hostname at start up. Willy has plans to improve this by doing a name lookup during health checks, allowing a server to change its IP address. Maybe it ill fix the issue you're describing. By the way, which version of HAProxy are you running? cheers

