[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

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

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 HTTPS.