Re: [squid-users] Slowly rising CPU load (eventually hits 100)

2016-03-31 Thread squid
On 2016-03-31 18:44, Alex Rousskov wrote: > > My working theory is that the longer you let your Squid run, the bigger > objects it might store in RAM, increasing the severity of the linear > search delays mentioned below. A similar pattern may also be caused by > larger objects becoming more popul

Re: [squid-users] Slowly rising CPU load (eventually hits 100)

2016-03-31 Thread Alex Rousskov
On 03/31/2016 07:53 AM, sq...@peralex.com wrote: > Every week or so I run into a problem where squid's CPU usage starts > growing slowly, reaching 100% over the course of a day or so. When > running normally its CPU usage is usually less than 5%. Restarting > squid fixes the problem. My working

Re: [squid-users] Slowly rising CPU load (eventually hits 100)

2016-03-31 Thread squid
On 2016-03-31 16:07, Yuri Voinov wrote: > > Looks like permanently running clients, which is exausted network > resources and then initiating connection abort. > > Try to add > > client_persistent_connections off > > to squid.conf. > > Then observe. Thanks. I added it and run squid -k reconf

Re: [squid-users] Slowly rising CPU load (eventually hits 100)

2016-03-31 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Looks like permanently running clients, which is exausted network resources and then initiating connection abort. Try to add client_persistent_connections off to squid.conf. Then observe. 31.03.16 19:53, sq...@peralex.com пишет: > Hi, > > I'm

[squid-users] Slowly rising CPU load (eventually hits 100)

2016-03-31 Thread squid
Hi, I'm running: Squid Cache: Version 3.5.15 (including patches up to revision 14000) on FreeBSD 9.3-STABLE (recently updated) Every week or so I run into a problem where squid's CPU usage starts growing slowly, reaching 100% over the course of a day or so. When running normally its CPU usage

Re: [squid-users] cache_peer sourcehash and X-Forwarded-For

2016-03-31 Thread Amos Jeffries
On 1/04/2016 1:33 a.m., Chandan Kumar wrote: > Hello, > I am using Squid 2.7 and have below question: Please upgrade. 2.7 was end-of-life'd 5 years ago. A lot has changed in the Internet since then. > while selecting cache_peer using sourcehash, can Squid use > X-Forwarded-For address ? No sour

[squid-users] cache_peer sourcehash and X-Forwarded-For

2016-03-31 Thread Chandan Kumar
Hello, I am using Squid 2.7 and have below question: while selecting cache_peer using sourcehash, can Squid use X-Forwarded-For address ? my requests are coming from a front end loadbalanced apache servers and for selecting cache_peer , requests are going only to one peer because it's taking I

Re: [squid-users] We have a big problems with Squid 3.3.8, it's a bug ?

2016-03-31 Thread Amos Jeffries
On 31/03/2016 10:18 p.m., Olivier CALVANO wrote: > anyone think's if this bug are on 3.5 version too ? > It is difficult to say without actually knowing the cause (even roughly). There have been so many things that could be causing it which changed between those two versions. Even within the 3.5

Re: [squid-users] We have a big problems with Squid 3.3.8, it's a bug ?

2016-03-31 Thread Olivier CALVANO
anyone think's if this bug are on 3.5 version too ? 2016-03-29 18:22 GMT+02:00 Olivier CALVANO : > Hi > > we use on a new server Squid 3.3.8 on CentOS 7 with a Active Directory > Authentification (tested in negotiate_wrapper but same > problems with ntlm_auth) . > > That's work's very good a tim

Re: [squid-users] Squid with LDAP-authentication: bypass selected URLs

2016-03-31 Thread Verwaiser
Hello Fred, as written above, I inserted the statements: > Ok, I tried to insert a the acl in auth_param block as you described: > > acl pdfdoc dstdomain webgate.ec.europa.eu > http_access allow password !pdfdoc #replacing http_access > allow password > http_access allow pdfdoc no