I know that I can add expires header using mod_expires. However, what can I do if the Apache server doesn\'t have mod_expires installed and I don\'t want to route the access
If you have static Expires headers, the following will add an Expires header to your js and css files:
Header set Expires "Fri, 01 Jan 2010 00:00:00 GMT"