Keep-alive in .htaccess

This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.


35 points

Hi,
Just found this very handy tool. Great stuff!

Run a test here http://www.webpagetest.org/result/100504_NQ/.

Apart from some obvious ones, it states that none of the files have a Keep Alive header. Afaik they do, and Firebug confirms this (see attached image for global.css; others are similar).

Any thoughts/ideas Huh

.htaccess keep-alive.htaccess keep-alive

Thanks,
Ruud



3 points

For my setup, using Apache 2 (via MAMP), this involved adding the following line near the top of httpd.conf:

KeepAlive = On

A restart of Apache is necessary.

Anonymous's picture
Created by Anonymous

Post Comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.