[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-26 Thread Henrik Nordstrom
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 \? >acl DrWeb urlpath_regex drweb >no_cache deny QUERY >no_cache deny Dr

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

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

2003-01-28 Thread Henrik Nordstrom
tis 2003-01-28 klockan 03.16 skrev éÌØÑ ûÉÐÉÃÉÎ: > so, just curious... when I specify multiple ACLs within just one > "no_cache" or whatever else directive - "AND" logic is applied ? Yes. This is the case for all the access type directives in squid.conf. ... acl1 AND acl2 AND ... OR ... acl3

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

2003-01-29 Thread Pedro Zorzenon Neto
On Sun, Jan 26, 2003 at 01:29:40PM +0500, ??? wrote: > 1) acl QUERY urlpath_regex cgi-bin \? >acl DrWeb urlpath_regex drweb >no_cache deny QUERY >no_cache deny DrWeb it seems what you need is "url_regex", not "urlpath_regex" example: http://someaddress.com/somedirectory/some