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
Received on Fri Feb 20 2009 - 20:37:05 MST
This archive was generated by hypermail 2.2.0 : Sat Feb 21 2009 - 12:00:02 MST