This is a discussion on Re: [squid-users] Do not cache certain sites/words within the Squid Users forums, part of the Web Server and Related Forums category; > Is it possible to have a squid not cache certain sites. > Yes. > > We still want the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> Is it possible to have a squid not cache certain sites. > Yes. > > We still want the users to be able to access those sites but just not have > them cached See the no_cache TAG. put the acl-name which you don't want to cache them. no_cache deny <acl-name> Regards, Muthukumar. |