Using keep-alive feature in .htaccess
snippet in htaccess
Using keep-alive feature in .htaccess
user4990
<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>