The AWSHealthCheck functionality in mod_aws currently does not support HTTP keep-alive, and instead closes the connection after each request. Supporting HTTP keep-alive would allow for faster responses by avoiding the TCP connection overhead per request. This will be even more important once mod_aws supports SSL and/or HTTPS health checks; see Issue #14 .