[squid-users] proper use of "no_cache" ?

2003-01-26 Thread Илья Шипицин
Dear Sirs, I'm running squid-2.5 on FreeBSD-4.7. I don't want certain objects to be cached (even if were previously cached!) so I tried two combinations of "no_cache" 1) acl QUERY urlpath_regex cgi-bin \? acl DrWeb urlpath_regex drweb no_cache deny QUERY no_cache deny DrWeb 2) acl QUER

Re: [squid-users] proper use of "no_cache" ?

2003-01-28 Thread Илья Шипицин
Salut, Henrik Nordstrom ! On Mon, 27 Jan 2003, Henrik Nordstrom wrote: > On Sunday 26 January 2003 09.29, éÌØÑ ûÉÐÉÃÉÎ wrote: > > > I don't want certain objects to be cached (even if were previously > > cached!) so I tried two combinations of "no_cache" > > > > 1) acl QUERY urlpath_regex cgi-bin