mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-22 09:20:43 -05:00
This fixes an issue that occurs when backend servers run on different addresses or ports and you wish to healthcheck them via a consistent port. For example, if you allocate backends dynamically as containers that expose different ports and you use an inetd based healthchecking component that runs on a dedicated port. By adding the server address and port to the send-state header, the healthcheck component can deduce which address and port to check by reading the X-Haproxy-Server-State header out of the healthcheck and parsing out the address and port. |
||
|---|---|---|
| .. | ||
| design-thoughts | ||
| internals | ||
| lua-api | ||
| acl.fig | ||
| architecture.txt | ||
| close-options.txt | ||
| coding-style.txt | ||
| configuration.txt | ||
| cookie-options.txt | ||
| gpl.txt | ||
| haproxy-en.txt | ||
| haproxy-fr.txt | ||
| haproxy.1 | ||
| lgpl.txt | ||
| network-namespaces.txt | ||
| proxy-protocol.txt | ||
| queuing.fig | ||