Re: SQUID 2.2-STABLE5 ACL no-cache

From: Duane Wessels <wessels@dont-contact.us>
Date: Fri, 7 Apr 2000 14:50:23 -0600

On Fri, 7 Apr 2000, James Porter wrote:

> Quoting from http://www.squid-cache.org/Doc/FAQ/FAQ-7.html#ss7.8
>
> >This example makes all URL's with '.html' uncachable:
> >
> > acl HTML url_regex .html$
> > no_cache deny HTML
>
> 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 HTML url_regex .html$
acl DOMAIN.COM dstdomain .domain.com domain.com
no_cache deny HTML DOMAIN.COM
Received on Fri Apr 07 2000 - 14:54:27 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:52:52 MST