Re: Expires header without mod_expires?
Jonathan Stein wrote:
> 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.
>
> Does anyone have an idea of which modules, that could add the expires
> header?
mod_cache, if anyone should run into the same problem... (The default
cache expiration time was set to 1 second, so "Expires" time was
actually request time + 1 second).
Regards
Jonathan
|