[squid-users] ACL why does this not work?

2015-04-30 Thread Yan Seiner
I am trying to prevent squid from proxying to an authorized subnet. I want to write a set of acl rules that say that if a request does not come from the authorized subnet then it should not be allowed to connect to the authorized web server. acl auth_net src 192.168.4.0/24 acl auth dst 192.16

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-04-30 Thread Amos Jeffries
On 1/05/2015 2:11 a.m., HackXBack wrote: > Like i mentioned before i was facing this error and squid restart every few > seconds, > now i found what is causing this error for me > it is :range_offset_limit none partial > when i make range_offset_limit 0 > then the error goes out, > now i cant cache

Re: [squid-users] A lot of open rewriter heplers and are hanging! Squid 3.5

2015-04-30 Thread Amos Jeffries
On 1/05/2015 4:13 p.m., Eliezer Croitoru wrote: > On 29/04/2015 18:34, Yuri Voinov wrote: >> You really sure 20 children is enough for 1200 clients? Also whenever >> bypass on? > > I will add "what language is the helper??". It's a patched jesred, so "C". The problem described "jesred hanging" i

Re: [squid-users] Cache strategy advice

2015-04-30 Thread Amos Jeffries
On 1/05/2015 7:13 a.m., Yan Seiner wrote: > I am building a small embedded squid box. > > It has 4GB of ram, dual core CPU, and a 32GB SSD. > > Since I'm running a tiny embedded linux distro (openwrt) most of those > resources are available; I'm only using about 1MB of RAM and about 300MB > of th

Re: [squid-users] How do I no-cache the following url?

2015-04-30 Thread Amos Jeffries
On 30/04/2015 12:47 p.m., Hussam Al-Tayeb wrote: > What rule would I have to add to not cache the following url? > http://images.example.com\imageview.gif?anything That is not a URL. '\' is not a valid domain name character. > Everything up to the "?" is an exact match. > So I want to not cache

Re: [squid-users] squid-ldap-group not ERR

2015-04-30 Thread Amos Jeffries
On 30/04/2015 1:26 a.m., Alex Delgado wrote: > Hello, > > I'm trying to configure squid to validate Windows users by group with > squid-ldap-group. > > Server is CENTOS 6.5 . I've installed samba, krb and squid from source. > > Also, I've configured samba and krb, so centos server is a Wind

Re: [squid-users] A lot of open rewriter heplers and are hanging! Squid 3.5

2015-04-30 Thread Eliezer Croitoru
On 29/04/2015 18:34, Yuri Voinov wrote: You really sure 20 children is enough for 1200 clients? Also whenever bypass on? I will add "what language is the helper??". Eliezer ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.

Re: [squid-users] Squid Bugzilla is down

2015-04-30 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yes, it's ok now. Thank you! 01.05.15 2:30, Kinkie ?: > Should be fine now. > Thanks for notifying of the issue. > > On Thu, Apr 30, 2015 at 7:42 PM, Yuri Voinov wrote: >> > Now server produces 500 error. > > 30.04.15 23:39, Kinkie ?: >

Re: [squid-users] Squid Bugzilla is down

2015-04-30 Thread Kinkie
Should be fine now. Thanks for notifying of the issue. On Thu, Apr 30, 2015 at 7:42 PM, Yuri Voinov wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Now server produces 500 error. > > 30.04.15 23:39, Kinkie ?: >> Hi, >> sorry, we had a severe OOM on the main squid server. >>

[squid-users] Cache strategy advice

2015-04-30 Thread Yan Seiner
I am building a small embedded squid box. It has 4GB of ram, dual core CPU, and a 32GB SSD. Since I'm running a tiny embedded linux distro (openwrt) most of those resources are available; I'm only using about 1MB of RAM and about 300MB of the SSD. My incoming internet service is 30 to 60 Mb/

Re: [squid-users] how do I no-cache the following url pattern?

2015-04-30 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 acl no_cache urlpath_regex imageview\.gif\? or acl no_cache urlpath_regex imageview\.gif(\?|$) 30.04.15 6:58, Hussam Al-Tayeb пишет: > > What rule would I have to add to not cache the following url? > http://images.example.com\imageview.gif?any

Re: [squid-users] NTLM AUTH: All redirector processes are busy

2015-04-30 Thread Jagannath Naidu
Is there even any solution for this. ? Do any one have this working ? On 29 April 2015 at 17:04, Jagannath Naidu < jagannath.na...@fosteringlinux.com> wrote: > Hi List/Amos, > > I am facing an using squid in production. > > I get these messages in cache.log, and service stop for a period of time

[squid-users] how do I no-cache the following url pattern?

2015-04-30 Thread Hussam Al-Tayeb
What rule would I have to add to not cache the following url? http://images.example.com\imageview.gif?anything Everything up to the "?" is an exact match. So I want to not cache http://images.example.com\imageview.gif? http://images.example.com\imageview.gif?anything http://images.example.com\imag

Re: [squid-users] Individual delay pools and youtube

2015-04-30 Thread Dan Charlesworth
Thanks Amos. We're using the CONNECT ACL and everything is working as expected. On 29 April 2015 at 20:28, Amos Jeffries wrote: > On 29/04/2015 5:44 p.m., dan wrote: > > I mentioned last time that we had to x2 all our delay_parameter’s > > bytes because of a weird bug where squid would apply it

[squid-users] How do I no-cache the following url?

2015-04-30 Thread Hussam Al-Tayeb
What rule would I have to add to not cache the following url? http://images.example.com\imageview.gif?anything Everything up to the "?" is an exact match. So I want to not cache http://images.example.com\imageview.gif? http://images.example.com\imageview.gif?anything http://images.example.

Re: [squid-users] how to achieve squid to handle 2000 concurrent connections?

2015-04-30 Thread Amos Jeffries
On 30/04/2015 2:34 a.m., Abdelouahed Haitoute wrote: > Selinux is in permissive mode. > > In cache.log I’m getting the following log: > 2015/04/29 16:31:18 kid3| Starting Squid Cache version 3.3.8 for > x86_64-redhat-linux-gnu... > 2015/04/29 16:31:18 kid3| Process ID 19831 > 2015/04/29 16:31:18

Re: [squid-users] Squid Bugzilla is down

2015-04-30 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Now server produces 500 error. 30.04.15 23:39, Kinkie ?: > Hi, > sorry, we had a severe OOM on the main squid server. > Now rebooted and hopefully better plugged. We will see about upgrading > the server as soon as possible. > > On Thu, Apr

Re: [squid-users] Happy Eyeballs and "connect_timeout" in squid 3.4.12

2015-04-30 Thread Amos Jeffries
On 30/04/2015 7:05 a.m., Tom Tom wrote: > Thank you Amos, for this explanation. > > > On Wed, Apr 29, 2015 at 3:02 PM, Amos Jeffries wrote: >> On 29/04/2015 7:38 p.m., Tom Tom wrote: >>> Hi >>> >>> I'm running squid (3.4.12) on a IPv6/IPv4-dual-stack system. >>> >>> While accessing the test-site

Re: [squid-users] Squid Bugzilla is down

2015-04-30 Thread Kinkie
Hi, sorry, we had a severe OOM on the main squid server. Now rebooted and hopefully better plugged. We will see about upgrading the server as soon as possible. On Thu, Apr 30, 2015 at 12:10 PM, Yuri Voinov wrote: > Amos, > > what's up with bugzilla? It down and not available. > > WBR, Yuri > >

[squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-04-30 Thread HackXBack
Like i mentioned before i was facing this error and squid restart every few seconds, now i found what is causing this error for me it is :range_offset_limit none partial when i make range_offset_limit 0 then the error goes out, now i cant cache 206 contents , if i make 206 contents hit , then i wil

[squid-users] Assert(call->dialer.handler == callback)

2015-04-30 Thread Steve Hill
I've just migrated a system from Squid 3.4.10 to 3.5.3 and I'm getting frequent crashes with an assertion of "call->dialer.handler == callback" in Read.cc:comm_read_cancel(). call->dialer.handler == (IOCB *) 0x7ffe1493b2d0 size_t, Comm::Flag, int, void*)> callback == size_t, Comm::Flag, in

[squid-users] Squid Bugzilla is down

2015-04-30 Thread Yuri Voinov
Amos, what's up with bugzilla? It down and not available. WBR, Yuri ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users