This is a discussion on Re: [squid-users] Problems with site blocking within the Squid Users forums, part of the Web Server and Related Forums category; On Tue, 24 Feb 2004 h35.office@bmlv.gv.at wrote: > I deleted the entry www.one.at in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, 24 Feb 2004 h35.office@bmlv.gv.at wrote:
> I deleted the entry www.one.at in my maillinks.txt, reconfigured squid and he > has access to the website www.onenationwa.org.au. > > No my question why??? Probably you are using a url_regex acl where you should use a dstdomain acl. url_regex expects regular expression patterns, and matches these patterns to any component of the URL, not only the host name. dstdomain is a acl type specifically designed for matching host and domain names, and very efficient at it too. Regards Henrik |