> 
> 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 

Reply via email to