On Sat, Feb 27, 2016 at 10:56:53AM -0700, Alex Rousskov wrote:
> There is an ongoing discussion about the best approach to handling
> impossible situations among active Squid developers. Constructive
> feedback from a Squid admin point of view is welcomed!
There is no obvious right answer. I usua
Hi,
In the squid proxy (3.3.3), if the first request is with the Accept-Encoding:
gzip header then all the next responses will also be in gzip, whether I request
with a specific Accept-Encoding or not.
I need something special in the squid.conf?
This is a rule for my domain:
refresh_pattern ^
On 1/03/2016 12:08 a.m., Bermejo Gil, Alberto (EXT - ES) wrote:
> Hi,
>
> In the squid proxy (3.3.3), if the first request is with the
> Accept-Encoding: gzip header then all the next responses will also be
> in gzip, whether I request with a specific Accept-Encoding or not.
>
What you describe
Hello
I'm trying to set up a caching proxy server which can be used to cache rpms
and python packages using pip.
I have been able to cache rpms from the fedora repository using HTTP however
I have not been able download from other repos which use HTTPS or pip.
I also got this error however I am n
Squid Cache: Version 3.5.15-20160224-r13996
with 4447 patch
2016/02/29 16:41:51 kid1| varyEvaluateMatch: Oops. Not a Vary match on
second attempt, 'http://cstatic.weborama.fr/iframe/external_libs.js'
'accept-encoding="gzip,%20deflate"'
2016/02/29 16:41:51 kid1| clientProcessHit: Vary object loop!
There are something that can I do in the server side in order to prevent this
behavior?
I mean, I want to cache different responses, one with gzip and another without
gzip.
-Mensaje original-
De: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] En nombre de
EXT Amos Jeffr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
This:
http://wiki.squid-cache.org/ConfigExamples/ContentAdaptation/eCAP#Using_eCAP_for_GZip_support_with_Squid_3.x.2F4.x
can't help you?
29.02.16 21:25, Bermejo Gil, Alberto (EXT - ES) пишет:
> There are something that can I do in the server sid
On 02/29/2016 03:44 AM, Eray Aslan wrote:
> On Sat, Feb 27, 2016 at 10:56:53AM -0700, Alex Rousskov wrote:
>> Q0: Do you think an admin should be able to control the choice among the
>> three options detailed above?
> Not really, no. But if you think it is not an undue burden for
> developers, wh
* Choices.
Overall, there are three options for handling an impossible situation:
1. Quit Squid process. This is what Squid does today in most cases.
When the impossible happens, you get a crash. Very predictable.
No malformed/corrupted/misleading HTTP messages (some are truncated).
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
29.02.16 23:22, Marcus Kool пишет:
>
>> * Choices.
>>
>> Overall, there are three options for handling an impossible situation:
>>
>> 1. Quit Squid process. This is what Squid does today in most cases.
>> When the impossible happens, you get
On 02/29/2016 10:22 AM, Marcus Kool wrote:
>
>> * Choices.
>>
>> Overall, there are three options for handling an impossible situation:
>>
>> 1. Quit Squid process. This is what Squid does today in most cases.
>> When the impossible happens, you get a crash. Very predictable.
>> No malform
around 1430 link for today only
any fix on that or any idea how to track this ??
1456720201.858277 10.3.2.76 TCP_SWAPFAIL_MISS/304 281 GET
http://walter-producer-cdn.api.bbci.co.uk/content/static/followtopics -
HIER_DIRECT/104.86.224.33 application/json
1456720271.322353 10.3.2.97 T
forgot to mention i use diskd not aufs i tough only on aufs this err
happen
--
View this message in context:
http://squid-web-proxy-cache.1019090.n4.nabble.com/rev-3-5-15-SWAPFAIL-tp4676323p4676324.html
Sent from the Squid - Users mailing list archive at Nabble.com.
_
Hi Guys,
So here is an issue I am having,
there is a external website some of our users need to access. When accessing
via the Squid proxy, the site throws this error on the page:
iisnode encountered anerror when processing the request.
HRESULT: 0xb
HTTP status: 500
HTTP reason: InternalServ
Can you send me or the list your squid.conf?
Also are you using SSl-BUMP? is this a https site?
Eliezer
On 01/03/2016 00:36, Ryan Slick wrote:
Hi Guys,
So here is an issue I am having,
there is a external website some of our users need to access. When
accessing via the Squid proxy, the site t
Hi this is not an SSL site.
Here is the config (I have stripped out the ACL's)
# WELCOME TO SQUID 2# --
# NETWORK OPTIONS#
-
# OPTIONS WHICH AFFECT THE NEIGHBOR SELECTION ALGORITHM#
-
Hey Ryan,
I noticed that you are using a windows version of squid and ontop of
that a 2.X version.
Technically this version is not supported anymore by the squid-cache
project and from the settings either you are running a very old machine
or something else not really known to me.
It's hard to
On 1/03/2016 6:46 a.m., Alex Rousskov wrote:
> On 02/29/2016 10:22 AM, Marcus Kool wrote:
>>
>>> * Choices.
>>>
>>> Overall, there are three options for handling an impossible situation:
>>>
>>> 1. Quit Squid process. This is what Squid does today in most cases.
>>> When the impossible happens,
On 1/03/2016 9:46 a.m., joe wrote:
> forgot to mention i use diskd not aufs i tough only on aufs this err
> happen
>
It means Squid was unable to load a file off disk. As you can imagine
the number of reasons for disk file errors are many, and not limited to
AUFS or even things being done
On 1/03/2016 12:26 p.m., Eliezer Croitoru wrote:
> Hey Ryan,
>
> I noticed that you are using a windows version of squid and ontop of
> that a 2.X version.
And on top of that it has been patched with unknown extensions. So is
formally outside our ability to assist with support of this binary.
>
On 1/03/2016 4:25 a.m., Bermejo Gil, Alberto (EXT - ES) wrote:
> There are something that can I do in the server side in order to prevent this
> behavior?
>
> I mean, I want to cache different responses, one with gzip and another
> without gzip.
>
You can check what the server is responding wi
On 29/02/2016 4:57 p.m., Anonymous cross wrote:
> I tried using "ignore-cc" option but still squid is honoring cache-control
> header. It tries to re validate the cache on every HTTP request. The
> configurations are below.
> Please correct me if anything is wrong.
>
> *Squid.conf*
> http_port 312
On 1/03/2016 1:02 a.m., legacybear wrote:
> Hello
>
> I'm trying to set up a caching proxy server which can be used to cache rpms
> and python packages using pip.
> I have been able to cache rpms from the fedora repository using HTTP however
> I have not been able download from other repos which u
On 1/03/2016 3:23 a.m., joe wrote:
> Squid Cache: Version 3.5.15-20160224-r13996
> with 4447 patch
> 2016/02/29 16:41:51 kid1| varyEvaluateMatch: Oops. Not a Vary match on
> second attempt, 'http://cstatic.weborama.fr/iframe/external_libs.js'
> 'accept-encoding="gzip,%20deflate"'
> 2016/02/29 16:4
This is not really #4. It is an enhancement for any of the three
options. IIRC, Squid even supported gdb stack tracing natively on some
platforms (but a script would arguably be better, except for busy
proxies that cannot be blocked for 2-4 seconds it takes to run that script).
This already
I have a lot of these too. I rebuild the entire cache dir after I
start seeing this, it was right after I upgrade squid to 3.5.12, and I
remember also I remove ignore-no-cache parameter from refresh_pattern
directives as "squid3 -k parse" instructed to do.
'
2016/02/29 21:50:41| varyEvaluateMatch:
I have investigated the issue and it seems that the specific application
on the IIS 8.5 server cannot handle HTTP/1.0 with some Accept-Encoding
headers.
Specifically what is being used is: Accept-Encoding: gzip, deflate
and if I remove the gzip and defalte and replace it with xxx or yyy it
work
27 matches
Mail list logo