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

2016-10-20 Thread Amos Jeffries
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..xx ) > > It is possible that the same url is redirected for one user but not for > another (different filter rules per

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

2016-10-20 Thread Garri Djavadyan
On Thu, 2016-10-20 at 13:07 +0200, Anton Kornexl wrote: > Hello, >   > i also had many of these messages in cache.log >   > we do filtering with squidguard (redirect http://www..xx ) >   > It is possible that the same url is redirected for one user but not > for another (different filter

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

2016-10-20 Thread Anton Kornexl
Hello, i also had many of these messages in cache.log we do filtering with squidguard (redirect http://www..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 ? Can i

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

2015-09-24 Thread FredB
- Mail original - > De: "Sebastián Goicochea" <se...@vianetcon.com.ar> > À: squid-users@lists.squid-cache.org > Envoyé: Mercredi 23 Septembre 2015 19:12:33 > Objet: Re: [squid-users] Lots of "Vary object loop!" > > > Hi FredB, >

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

2015-09-23 Thread Sebastián Goicochea
It happens without disk caches too. Was anyone able to reproduce it? El 21/09/15 a las 07:03, Eliezer Croitoru escribió: Is it happening also with ram cahce only? no disk cache? Eliezer On 04/09/2015 00:02, Sebastián Goicochea wrote: But still seeing all those Vary loops all the time :(

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

2015-09-23 Thread FredB
> > > It happens without disk caches too. Was anyone able to reproduce it? > > > Same messages here, some days many, some days not one, a message among others 2015/09/23 13:50:33 kid1| WARNING: HTTP: Invalid Response: Bad header encountered from

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

2015-09-23 Thread Sebastián Goicochea
Hi FredB, Do you have collapsed_forwarding in your config? El 23/09/15 a las 13:42, FredB escribió: It happens without disk caches too. Was anyone able to reproduce it? Same messages here, some days many, some days not one, a message among others 2015/09/23 13:50:33 kid1| WARNING: HTTP:

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

2015-09-15 Thread Amos Jeffries
On 15/09/2015 9:16 a.m., Sebastián Goicochea wrote: > I could finally isolate the problem, it only happens if you are using > collapsed_forwarding. > > If you want, you can use this script to replicate it: > > #!/bin/bash > H='--header' > > echo "With Firefox" > wget -d \ > $H='Accept: >

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

2015-09-15 Thread Sebastián Goicochea
Amos, thanks for your answer. I understand your point in collapsed_forwarding not being triggered because the requests are not concurrent, nevertheless if I use collapsed_forwarding the Vary loop appears, if I disable it, format the cache_dir and start over .. It does not appear. If you

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

2015-09-03 Thread Sebastián Goicochea
Amos, I spent a couple of days doing some test with the info you gave me: Retested emptying the cache several times, disabled the rewriter, different config files .. all I could think of Downloaded fresh 3.5.8 tar.gz (just in case it was some 3.5.4 thing) and compiled it using this

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

2015-09-03 Thread Amos Jeffries
On 4/09/2015 6:24 a.m., Sebastián Goicochea wrote: > Regarding configure options, I disable IPv6 because of the latency that > adds to DNS queries, enable-ssl could be removed, gnuregex gave no > problems (or that I think). > > That options on the config file are the core of my configuration.

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

2015-09-03 Thread Amos Jeffries
On 4/09/2015 3:20 a.m., Sebastián Goicochea wrote: > Amos, I spent a couple of days doing some test with the info you gave me: > > Retested emptying the cache several times, disabled the rewriter, > different config files .. all I could think of > > > Downloaded fresh 3.5.8 tar.gz (just in case

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

2015-09-03 Thread Sebastián Goicochea
Amos, I recompiled 3.5.8 with this configuration (removed ipv6 and ssl): Squid Cache: Version 3.5.8 Service Name: squid configure options: '--prefix=/usr/local' '--datadir=/usr/local/share' '--bindir=/usr/local/sbin' '--libexecdir=/usr/local/lib/squid' '--localstatedir=/var'

Re: [squid-users] Lots of Vary object loop!

2015-08-26 Thread Amos Jeffries
On 27/08/2015 4:11 a.m., Sebastián Goicochea wrote: Hello Amos, thanks for your help. I've disabled our rewriter helper but the errors remain the same. So I think that's not the reason. You emptied the cache, or at least altered the cache_dir line to point at a new empty cache_dir during the

Re: [squid-users] Lots of Vary object loop!

2015-08-26 Thread Amos Jeffries
On 27/08/2015 7:53 a.m., Sebastián Goicochea wrote: After I sent you my previous email, I continued investigating the subject .. I made a change in the source code as follows: File: /src/http.cc HttpStateData::haveParsedReplyHeaders() { . . # THIS IS NEW STUFF ###

Re: [squid-users] Lots of Vary object loop!

2015-08-26 Thread Sebastián Goicochea
After I sent you my previous email, I continued investigating the subject .. I made a change in the source code as follows: File: /src/http.cc HttpStateData::haveParsedReplyHeaders() { . . # THIS IS NEW STUFF ### if (rep-header.has(HDR_VARY)) {

Re: [squid-users] Lots of Vary object loop!

2015-08-26 Thread Sebastián Goicochea
Hello Amos, thanks for your help. I've disabled our rewriter helper but the errors remain the same. So I think that's not the reason. I've been reading some older mails from the list and a guy named Hussam Al-Tayeb exchanged some interesting mails with you a couple of months ago .. That got me

Re: [squid-users] Lots of Vary object loop!

2015-08-26 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Btw, when Squid will directly support gzip, inflate compression itself? 27.08.15 2:15, Amos Jeffries пишет: On 27/08/2015 7:53 a.m., Sebastián Goicochea wrote: After I sent you my previous email, I continued investigating the subject .. I

Re: [squid-users] Lots of Vary object loop!

2015-08-23 Thread Amos Jeffries
On 22/08/2015 4:20 a.m., Sebastian Goicochea wrote: Hello everyone, I'm having a strange problem: Several servers, same hardware, using same version of squid (3.5.4) compiled using the same configure options, same configuration files. But in two of them I get LOTS of these Vary object loop!

[squid-users] Lots of Vary object loop!

2015-08-21 Thread Sebastian Goicochea
Hello everyone, I'm having a strange problem: Several servers, same hardware, using same version of squid (3.5.4) compiled using the same configure options, same configuration files. But in two of them I get LOTS of these Vary object loop! lines in cache.log 2015/08/21 13:07:52 kid1|