hi, i am using squid 2.5S4.
as a webserver, i am using apache 1.3.29 together with mod_gzip (newest
version).

if my webserver responds with a vary:* header, this reply is cached by
squid, and all subsequent request, with accept-encoding:gzip header or not,
are
cached until i refresh the object.

i thought i had read, that squid will NOT cache objects with vary:* header,
but in my configuration it does.
i verify this with a request like
echo -e "GET /index.html HTTP/1.0\naccept-encoding:gzip\n\n" | netcat proxy
80
and see a proxy hit together with vary:*.


do i understand something wrong???

what does confuse me even more is that once the compressed object is cached,
even a request like
echo -e "GET /index.html HTTP/1.0\n\n" | netcat proxy 80
returns the compressed object!!! although I did not include an
accept-encoding: gzip header.


any ideas? thx in advance,
alp

-- 
+++ NEU bei GMX und erstmalig in Deutschland: T�V-gepr�fter Virenschutz +++
100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz

Reply via email to