James Porter wrote:
> I am trying to understand how I can apply the above to a specific domain/IP
> address. How could the above be modified to blanketly not cache all .HTM
> and .HTML files in DOMAIN.COM/xxx.xxx.xxx.xxx?
acl to_domain.com dstdomain domain.com
acl HTML url_regex -i \.html$ \.htm$
no_cache deny to_domain.com HTML
Received on Fri Apr 07 2000 - 07:33:30 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:52:51 MST