Guides 11791 Published by

Tecadmin published a tutorial about enabling expire headers in Apache.



How to Enable expire headers in Apache

Browser caching is used to save files on end user browser cache and re use on recurring requests. It significantly improve the page load times. Apache web server provides module mod_expire. Which controls the setting of the HTTP header and for expires and max-age directive of the Cache-Control HTTP header in the server responses.

Modexpire

How to Enable expire headers in Apache