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
Received on Thu Sep 30 2004 - 09:22:46 MDT
This archive was generated by hypermail pre-2.1.9 : Fri Oct 01 2004 - 12:00:03 MDT