[squid-users] Lots of "Vary object loop!"

Amos Jeffries squid3 at treenet.co.nz
Thu Oct 20 11:25:52 UTC 2016


On 21/10/2016 12:07 a.m., Anton Kornexl wrote:
> Hello,
>  
> i also had many of these messages in cache.log
>  
> we do filtering with squidguard (redirect http://www.xxxx.xx ....)
>  
> It is possible that the same url is redirected for one user but not for another (different filter rules per user)
>  
> Are the redirected objects saved in cache:dir ?

Yes.

* If it is a true HTTP 30x redirect the followup client request will be
handled normally with regards to everything, including caching.

* If you are re-writing URLs the fetched object will be stored under the
mangled URL location.


> Can i control which variables are used for vary checking?

No. Variant values are determined by the server and provided by the client.

>  
> Now i have disabled caching and the messages are gone but i would like to reactivate caching.
> 

The bug data being presented recently hints that the message is being
logged when some new variant is needed and simply not-yet-cached. In
other words, a normal MISS is happening and nothing to worry about.

Amos



More information about the squid-users mailing list