On Wed, 31 Dec 2003, Nilesh wrote: > acl porn url_regex "/usr/local/squid/etc/porn" > http_access deny porn > > this sring is not working
Make sure it is BEFORE where you allow access, and that your regex patterns are correct. Almost everyone gets url_regex patterns wrong the first and second time. In most cases you are better off using more focused ACLs such as dstdomain or dstdomain_regex. Regards Henrik
