On 26.02.19 12:57, Jarno Huuskonen wrote:
Hi,
On Tue, Feb 26, Tom wrote:
1)
When I enable "errorfile 503 /etc/haproxy/503.html" in the
defaults-section, then haproxy comes not up and logs the following
error:
"Unable to convert message in HTX for HTTP return code 503."
Does it work if you move the errorfile 503 to frontend/backend ?
No..., this works not. Still the same error.
2)
When I enable removing the server-header from the backend with
"rspidel ^Server:.*", then the haproxy-workers are terminating with
Segmentation fault and the website via haproxy is not working:
Does http-response del-header Server work (instead of rspidel) ?
Yes..., this worked. Is "rspidel" legacy and should be replaced with
"http-response del-header"-directive?
Kind regards,
Tom
-Jarno