05-24-07 12:22 AM
Jonathan Stein wrote:
> All image files (and probably other files too) are served with an
> "expires" header, and the expiration time is the current time, so all
> images files are re-requested when a page is reloaded.
I have investigated this a little further. The expires header does not
appear if I do a HEAD request. I suppose GET and HEAD should produce the
same headers...
Also, if I put "ExpiresActive Off" in an .htaccess file, I get a 500
Internal Server Error. If I enable mod_expires, there are no errors (but
I still get the Expires header).
If I also add an ExpiresDefault statement in .htaccess, I get the
correct Expires header - and a cache-control header.
So I'm quite sure that my original Expires header comes from something
else than mod_expires...
Any ideas of which other module, that could be setting an Expires header?
Regards
Jonathan
[ Post a follow-up to this message ]
|