> Basically, I want the client<>haProxy side to use keep alive, but > haProxy<>server side to close every connection and open a new one for each > request. > > Is it then correct to use http-server-close?
You are correct. Set it up in your defaults section or in both the frontend and the backend. > Also, has anybody had any issues with http-server-close in high traffic > environments? Like lingering connections, connections not closed properly > etc. This feature has been available for many years and it is very stable for many years too :) You can use without any issue. Baptiste

