>
> acl NOCACHE dst my.ip.here
>
> and later:
>
> http_access deny NOCACHE
here is correct way of doing it
The first step is to define an ACL for the local
servers. You might want to use an address-based ACL,
such as dst:
acl LocalServers dst 172.17.1.0/24
If the servers don't live on a single subnet, you
might find it easier to create a dstdomain ACL:
acl LocalServers dstdomain .example.com
Next, you simply deny caching of those servers with a
no_cache access rule:
no_cache deny LocalServers
Regards
UX
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
Received on Fri Aug 27 2004 - 22:54:44 MDT
This archive was generated by hypermail pre-2.1.9 : Wed Sep 01 2004 - 12:00:03 MDT