Search squid archive

Re: deny cache of all .asp dynamic pages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux