thx, but the first code seems to work better, but I need more time for tests. does this code the same job at squid2 and squid3? Piotr On Fri, Feb 20, 2009 at 9:36 PM, Chris Robertson <crobertson@xxxxxxx> wrote: > squid proxy wrote: >> >> thx a lot,but do I understand correctly? >> >> acl mydomain dstdomain .domain.net >> always_direct allow mydomain >> acl ASP urlpath_regex .asp >> acl ASP urlpath_regex \.asp >> acl ASP urlpath_regex asp$ >> acl ASP urlpath_regex \.asp\?.+ >> no_cache deny mydomain ASP >> >> is the same like: >> >> acl mydomain dstdomain .domain.net >> always_direct allow mydomain >> acl ASP urlpath_regex .asp >> no_cache deny mydomain ASP >> > > It's close enough that it probably won't make a difference. > > Chris >