Hi, I'm using SCAVR as a redirector program to Squid and i like to selectively pass my URL's to that program. For example, I don't want https passed to the redirector program using the redirector_access directive. Unfortunately it doesn't work. I still get all https requests logged in SCAVR log file. I'm using Squid V2.5 Stable14 Here are my directives in squid.conf redirect_program /usr/sbin/SquidClamAV_Redirector.py -c /etc/squid/SquidClamAV_Redirector.conf redirect_children 5 redirector_bypass on acl encrypted proto HTTPS redirector_access deny encrypted http_reply_access allow all Thanks for help Clark