FYI, I had the same issue, so I added SO_KEEPALIVE to the socket of the http access module. You may want to configure your OS to close your sockets after a timeout. For linux see : tcp_keepalive_time, tcp_keepalive_intvl and tcp_keepalive_probes Regards, Seb.