Re: [squid-users] newbie: configuring squid to always check w/origin server

2008-10-17 Thread dukehoops
Henrik, Thanks for a prompt response. Unfortunatley, seems like we're still missing something: The origin server is including CacheControl: max-age=0 ETag: etag-value in it's response. The problems are 1) Squid is not sending If-None-Match: etag-value in subsequent requests

Re: [squid-users] newbie: configuring squid to always check w/origin server

2008-10-17 Thread Henrik Nordstrom
On fre, 2008-10-17 at 10:01 -0700, dukehoops wrote: Thanks for a prompt response. Unfortunatley, seems like we're still missing something: The origin server is including CacheControl: max-age=0 ETag: etag-value in it's response. The problems are 1) Squid is not sending

Re: [squid-users] newbie: configuring squid to always check w/origin server

2008-10-17 Thread alexgit
Hi Henrik, We use squid 3.0.STABLE8. And yes, you are right, the status we send from origin server in 304 not 302. We tried responses with must-revalidate and without and see no difference. Thanks a lot, Alex P.S. Nikita and I both work on the same project. Henrik Nordstrom-5 wrote: On

[squid-users] newbie: configuring squid to always check w/origin server

2008-10-16 Thread dukehoops
Hi, I am a squid (and http 1.1 headers to be honest) newbie who'd really appreciate help w/squid config and header attributes on the following: I have a server serving images that change dynamically (same URL invoked at different times may return different images). I would like the following

Re: [squid-users] newbie: configuring squid to always check w/origin server

2008-10-16 Thread Henrik Nordstrom
On tor, 2008-10-16 at 16:12 -0700, dukehoops wrote: 1. With what headers should the origin server respond in 3a) and 3b)? In latter case, it seems like something like Cache-Control: must-revalidate, not sure whether to use s-maxage=0 and/or maxage=0 You probably do not need or want