One of my server has $_SERVER['HTTP_CONNECTION'] is set to close need to set it to keep-alive in my phpinfo() any idea where to change that?
Apache config has
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 100
Am I doing something wrong?