Nginx as Load Balancer Connection Issues

ggrensteiner nginx-forum at nginx.us
Wed Jan 25 23:14:43 UTC 2012


Have you tried using HTTP 1.1 keepalive connections from nginx to
apache?  They became available in 1.1.4 and will re-use sockets rather
then close them and leaving them in TIME_WAIT

Be sure to remember to turn on keepalive in your apache config as well.

http://nginx.org/en/docs/http/ngx_http_upstream_module.html

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,220894,221646#msg-221646



More information about the nginx mailing list