10-22-2013, 11:21 PM
Hi all,
this is my tesst result:
http://www.webpagetest.org/result/131022...ve_enabled
In my server the keep-alive is enabled, you can visit this page
http://flaccadori.it/keepalive.php
the code is
HTTP_CONNECTION = <?php echo $_SERVER['HTTP_CONNECTION'];?>
and in my htaccess I write that:
<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>
thank you.
this is my tesst result:
http://www.webpagetest.org/result/131022...ve_enabled
In my server the keep-alive is enabled, you can visit this page
http://flaccadori.it/keepalive.php
the code is
HTTP_CONNECTION = <?php echo $_SERVER['HTTP_CONNECTION'];?>
and in my htaccess I write that:
<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>
thank you.