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 ? > 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) ? -Jarno -- Jarno Huuskonen

