Stéphane Ascoët wrote:
> Hello,
> I want to deny all URL beginning by ad*
> So, I've put : acl pubd dstdom_regex ^ad
> http_access deny pubd
> and I've got :TCP_MISS/503 1579 GET http://adsquid-cache.org/ instead of
> TCP_DENIED. Where's the problem ?
From: http://squid.visolve.com:
acl Type: dstdom_regex
Description
This is also an effective method as dstdomain
Usage acl aclname dstdom_regex pattern
Example
acl aclname dstdom_regex kovai
Hence this looks for the word kovai from the client domain name
Maybe this helps..
Regards,
Ilker G.
Received on Wed Jan 15 2003 - 09:58:02 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:41 MST