On Thu, 30 Sep 2004, Ampugnani, Fernando wrote:

acl porn  url_regex "/usr/local/squid/etc/porn_domains"
acl aggresive  url_regex "/usr/local/squid/etc/aggrsive_domains"
acl violence  url_regex "/usr/local/squid/etc/violence_domains"
acl audiovideo  url_regex "/usr/local/squid/etc/audiovideo_domains"
acl drugs  url_regex "/usr/local/squid/etc/drugs_domains"
acl warez  url_regex "/usr/local/squid/etc/warez_domains"
acl denydownload url_regex "/usr/local/squid/etc/downloaddeny"


url_regex uses CPU linear to the number of patterns and the length of the requested URLs (http://www.example.com/some/file.extension)

If you can move what can be moved to dstdomain acls instead.

Regards
Henrik

Reply via email to