The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
427 views

Apache Caching and Expires configuration

I'm looking for a best possible caching/expires configuration for my specific situation. I realize that some sites have advocated turning etags off: Header unset ETag, FileETag None I know that I ...
0
votes
1answer
464 views

Apache htaccess with mod_expires Not Working for certain directories

I have a Joomla site that I am trying to enable caching using mod_expires. I have the .htaccess in the root of the site and have added the options as found on the page ...
0
votes
1answer
419 views

Override Expires header for proxied content in Apache

I am serving proxied content with Apache that already contains an Expires header. Using mod_expires' ExpireDefault to override the already present Expires header does not work, the old header is left ...
0
votes
0answers
22 views

Apache/mod_expires adding caching headers to POST responses

I have Apache 2.2.3 serving up (mostly) php content, and am adding headers to manage caching using mod_expires. This works well overall, but I've noticed that the value of ExpiresDefault is being used ...
0
votes
0answers
28 views

Configuring cache control

I'm trying to get cache control "under control" but am lost. I'm running Supercache for Wordpress which put a bunch of stuff in my .htaccess, but I can't post it because my server is currently down. ...