Skip to main content

Home/ Tools for web developers/ Group items tagged apache

Rss Feed Group items tagged

de Villamil Frédéric

Stupid htaccess Tricks * Perishable Press - 0 views

  •  
    This article, Stupid htaccess Tricks, covers just about every htaccess "trick" in the book, and is easily the site's most popular offering.
Vernon Fowler

How to enable keep-alive for faster page speed - 0 views

  • Enable keep-alive using .htaccess If you do not have access to your webserver config file you can enable keep-alive yourself using an .htaccess file. <ifModule mod_headers.c> Header set Connection keep-alive </ifModule> Adding this to your .htaccess file will add keep alive headers to your requests, which will override most webserver or host limitations.
  • Some people mistakenly believe that they do not have to worry about this because HTTP connections nowadays are by default persistent (keep-alive enabled). While this is true, many people use shared hosting environments or web servers that may close connections unbeknownst to the user. This is done for performance reasons
1 - 4 of 4
Showing 20 items per page