// archives

tuning

This tag is associated with 1 posts

Apache performance tuning – Expires Headers

With the advent of YSlow, we should all now be aware of adding expires headers to our web servers. For my purposes, I wanted to enable it globally, then fine-tune per Virtual Host. In my Apache httpd.conf, I added the following directives: <ifmodule mod_expires.c> <filesmatch \".(jpg|gif|png|css|js|swf|ico)$\"> ExpiresActive on ExpiresDefault \"access plus 1 year\" </filesmatch> </ifmodule> [...]

 

July 2010
S M T W T F S
« May    
 123
45678910
11121314151617
18192021222324
25262728293031