Squid ACL not working with SquidGuard installed
-
Hello,
I want to block Skype connections from our internal network and have found the following ACL for Squid:acl numeric_IPs url_regex ^[0-9]+.[0-9]+.[0-9]+.[0-9]+;http_access deny CONNECT numeric_IPs all;redirect_program /usr/local/bin/squidGuard -c /usr/local/etc/squidGuard/squidGuard.conf;redirector_bypass on;redirect_children 3
but it doesn't work. Does anyone has experience with such an issue?
-
I might be taking a shot in the dark but I believe you have to use squidguards ACL instead of squids when it is installed.