The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
0answers
115 views

IIS sets http header Expires to -1, how do I override this with mod_expires

I'm using an IIS website with a Apache HTTP reverse proxy (mod_proxy with ProxyRequests Off). I want to control the expires headers in apache (don't ask), but IIS is setting the header Expires: -1. ...
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. ...
1
vote
1answer
431 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
3answers
172 views

What is best practice for updating an entire website?

I have a site that is a complete redo of an existing one that is ready to go live. I can't find enough information to make a successful transition to the new site. I have the new site accessible from ...
0
votes
3answers
194 views

Apache mod_expires for server performance gain

I've always used mod_expires to set caching of images etc. for a frontend performance gain, i.e. to reduce website load times. As the browser will go to it's cache rather than the server, the number ...
1
vote
2answers
520 views

Apache mod_expires question

I'm really confused by all that caching stuff. I'm trying to setup mod_expires to reduce the number of HTTP Requests from my website to the server. I did well so far, I installed mod_expires and ...
1
vote
3answers
420 views

Apache mod_expires

I am rather confused with the whole access and modification. I want the files to be cached until they are modified. If the data is the same, show cache version. If data has changed, download updated ...
0
votes
3answers
349 views

Setting different caching headers for difrerent redirections using Apache mod_rewrite

I've got an Apache vhost which performs a number of rewrite operations (using mod_rewrite) on the requested URLs. Some of these RewriteRule calls redirect the browser to other hosts (using 301 and 302 ...
0
votes
1answer
466 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
186 views

Apache2 server not recognizing text/css files for expire/compression

I'm trying to add two things: ExpiresActive On ExpiresByType text/css "access plus 30 day" and AddOutputFilterByType DEFLATE text/css but in either case it does not show up compressed or have a ...
0
votes
1answer
420 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
1answer
370 views

mod_expires, exclude a single directory

is it possible to exclude one or more directorys from mod_expires with the expires.conf ? I know how to make a setup for file and mime-types, but I'm lost to tell it not to add expire headers to ...