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
Received on Wed Jan 10 2007 - 07:40:39 MST
This archive was generated by hypermail pre-2.1.9 : Thu Feb 01 2007 - 12:00:01 MST