mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-24 03:13:06 -04:00
Use proxy_check_http_errors() on defaults proxy instances. This will emit alert messages for errorfiles directives referencing a non-existing http-errors section, or a warning if an explicitely listed status code is not present in the target section. This is a small behavior changes, as previouly this was only performed for regular proxies. Thus, errorfile/errorfiles directives in an unused defaults were never checked. This may prevent startup of haproxy with a configuration file previously considered as valid. However, this change is considered as necessary to be able to use http-errors with dynamic backends. Any invalid defaults will be detected on startup, rather than having to discover it at runtime via "add backend" invokation. Thus, any restriction on http-errors usage is now lifted for the creation of dynamic backends. |
||
|---|---|---|
| .. | ||
| design-thoughts | ||
| internals | ||
| lua-api | ||
| 51Degrees-device-detection.txt | ||
| acl.fig | ||
| coding-style.txt | ||
| configuration.txt | ||
| cookie-options.txt | ||
| DeviceAtlas-device-detection.txt | ||
| gpl.txt | ||
| haproxy.1 | ||
| HAProxyCommunityEdition_60px.png | ||
| haterm.txt | ||
| intro.txt | ||
| lgpl.txt | ||
| linux-syn-cookies.txt | ||
| lua.txt | ||
| management.txt | ||
| netscaler-client-ip-insertion-protocol.txt | ||
| network-namespaces.txt | ||
| peers-v2.0.txt | ||
| peers.txt | ||
| proxy-protocol.txt | ||
| queuing.fig | ||
| regression-testing.txt | ||
| seamless_reload.txt | ||
| SOCKS4.protocol.txt | ||
| SPOE.txt | ||
| WURFL-device-detection.txt | ||