[Mod_gzip] "mod_gzip_send_vary=Yes" disables caching on IE? (1.3.26.1a)
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Mon, 9 Dec 2002 11:44:35 EST
> In a message dated 12/9/2002 3:25:32 AM Central Standard Time,
> robertc@squid-cache.org writes:
>
> Old Expires headers DO NOT mean DO NOT CACHE.
> It means "Always revalidate".
>
> Cache-control: no-store and no-cache are the only headers that signal to
> not save to disk, and not cache at all.
> Oh, for HTTP/1.0 there is a pragma header, but again, it's not
> Expires:.
>
> There is a *huge* difference.
>
> Rob
Thanks Rob.
This is probably OT for the thread but as long as we are covering
all these 'caching' issues let me ask you something.
Are you saying that when SQUID receives a response that has
"Expires: -1" in the response headers that it WILL, in fact,
CACHE it?
Doesn't "Expires: -1" always mean ALREADY EXPIRED
and "no need to cache it"?
I was under the impression that it had become General Practice
out there in Internet land that if you don't want inline Proxies to
cache anything the only 'generic' thing that seems to work for
all Proxies ( old, new and in-between ) is "Expires: -1".
Or have people just come to believe it stops 'caching' because
it just 'looks' that way ( since document is being re-validated
but it actually DID get written to SQUID's cache? )?
Thanks in advance...
Kevin