[squid-users] Block doc documents

2017-06-27 Thread Daniel Rieken
Hello, I would like to block my users from downloading doc- and docm-files, but not docx. So this works fine for me: /etc/squid3/blockExtensions.acl: \.doc(\?.*)?$ \.docm(\?.*)?$ acl blockExtensions urlpath_regex -i "/etc/squid3/blockExtensions.acl" http_access deny blockExtensions But in some

[squid-users] DEAD Parent detection

2014-10-16 Thread daniel . rieken
Hi guys, I got a problem with DEAD Parent detection. I've configured 2 parents in squid.conf: cache_peer 10.0.0.101 parent 3128 0 default name=TEST1 cache_peer 10.0.0.102 parent 3128 0 name=TEST2 So when the first parent isn't reachable, squid detects this (Detected DEAD Parent: TEST1) and is u

Re: [squid-users] DEAD Parent detection

2014-10-17 Thread daniel . rieken
Hello, I've testet with Squid 3.3.8 and here it is working as expected... Thanks Amos! squid.conf: http_port 3128 http_access allow all never_direct allow all cache_peer 10.0.0.101 parent 3128 0 name=TEST1 cache_peer 10.0.0.102 parent 3128 0 name=TEST2 HTTPS Traffic is sent to first parent (10.0

Re: [squid-users] DEAD Parent detection

2014-10-17 Thread daniel . rieken
Hello, > Each of the parents are used for both HTTP & HTTPS in this > configuration, the dead parent detected log message isn't going to be > repeated twice as its one parent, Regardless of which method the traffic > is passing. yes, that's correct, I agree, each peer is used for both HTTP & H