Top "Mod-expires" questions

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

htaccess / mod_expires - caching specific files

Ok, I checked a lot of websites about how to manage the browser's cache memory with a .htaccess file, but …

apache .htaccess caching mod-expires
apache no-cache, expire

I am trying to force no-cache on csv file on my site. I added those lines to httpd.conf, by …

apache mod-expires no-cache
adding ExpiresDefault to .htaccess file

I have updated my .htaccess file to include the following: <FilesMatch "\.(css|js)$"> ExpiresDefault "access plus 1 month" </…

apache .htaccess web-hosting mod-expires
How to set up mod expires for fonts

I'd like to set expiry date for fonts. Following definition isn't working on apache 2.2.15. ExpiresByType application/x-font-woff "access plus 1 month" …

apache mod-expires
Apache2 mod_expires not working

I have recently deployed a website on a VPS that supports Apache2, and was working on performance improvement suggestions by …

apache .htaccess mod-expires
Add expires header without mod_expires?

I know that I can add expires header using mod_expires. However, what can I do if the Apache server …

apache .htaccess mod-expires
mod_expires not setting cache-control headers on JPEG images

I can't figure out why plain old JPEG images (about a dozen, < 10 KB each) in a website I'm working …

apache .htaccess apache2 http-headers mod-expires