Top "Mod-expires" questions

Mod_expires is an Apache module that deals with cache expiry headers.

How to check mod_headers and mod_expires modules enabled in apache

I want to check whether mod_headers and mod_expires modules enabled or not in my server Is there a …

apache apache-config mod-expires phpinfo mod-headers
Website image caching with Apache

How can I get static content on Apache to be {cached by browser} and not {checked for freshness {with every …

apache mod-expires image-caching
how to use mod_headers and mod_expires to cache

I want to cache images and other files on my site, so what I did is made sure mod_headers …

apache .htaccess caching mod-expires mod-headers
Stop browser to make HTTP requests for images that should stay cached - mod_expires

After reading many articles and some questions on here, I finally succeded in activating the Apache mod_expires to tell …

caching browser http-headers mod-expires
Which one to use : Expire Header, Last Modified Header or ETags

I am running PHP on Apache, and am confused about how to implement server-side caching, in order to make the …

php apache2 etag last-modified mod-expires
Apache: set max-age or expires in .htaccess for directory

I have a handful of directories with content which will never change. Is it possible to create .htaccess file which …

apache cache-control mod-expires
Cache Expire Control with Last Modification

In Apache's mod_expires module, there is the Expires directive with two base time periods, access, and modification. ExpiresByType text/…

apache caching browser mod-expires
Add Expires Headers for Specific Images

All of the expires headers articles I've looked at give more or less the following solution: ExpiresByType image/gif A2592000 …

.htaccess mod-expires
header expire on javascript files not working

I can't get the expire header on JS files to work properly.. It works fine on eg CSS files!? Could …

apache .htaccess header mod-expires
XAMPP how to load mod_expires

I have XAMPP, and I can see the file mod_expires.so under path ...XAMPP\apache\modules\mod_expires.so …

xampp mod-expires