commit | ef00b500110c49a275e5ddfa622e646fd5cb7e41 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jan 07 02:40:09 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 07 02:40:09 2007 +0100 |
tree | ab72c63e0f7199cb84f870da27734fd25e4bf96f | |
parent | 86efac84117cee609837016fd3c96042ad2fb4b8 [diff] |
[MINOR] try to guess server check port when unset When a server has no port specified and there is a check enabled on it, the check is disabled because the port is unknown. However, people expect the "listen" line to set the check port just like it sets the server's port. Now, if a port is specified in the listen or in the first bind and nowhere else, it will be used for the checks as well.