[squid-users] Not caching a specific site

2004-04-20 Thread Scott Kern
I'm trying to configure squid to not cache a specific site. According to Section 4.20 of the FAQ, I should use: acl SomeSite dstdomain .somesite.com no_cache deny SomeSite Is this correct? CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intend

Re: [squid-users] Not caching a specific site

2004-04-20 Thread unixware
> I'm trying to configure squid to not cache a > specific site. According to Section 4.20 of the > FAQ, I should use: > > acl SomeSite dstdomain .somesite.com > no_cache deny SomeSite Yes this sytax is correct you can also use always_direct allow SomeSite Regards > > Is this correct? >

RE: [squid-users] Not caching a specific site

2004-04-20 Thread Elsen Marc
> > > I'm trying to configure squid to not cache a > > specific site. According to Section 4.20 of the > > FAQ, I should use: > > > > acl SomeSite dstdomain .somesite.com > > no_cache deny SomeSite > > Yes this sytax is correct > > you can also use > > always_direct allow SomeSite >

RE: [squid-users] Not caching a specific site

2004-04-20 Thread unixware
--- Elsen Marc <[EMAIL PROTECTED]> wrote: > > > > > > > I'm trying to configure squid to not cache a > > > specific site. According to Section 4.20 of the > > > FAQ, I should use: > > > > > > acl SomeSite dstdomain .somesite.com > > > no_cache deny SomeSite > > > > Yes this sytax is correct

Re: [squid-users] Not caching a specific site

2004-04-20 Thread Henrik Nordstrom
On Tue, 20 Apr 2004, Scott Kern wrote: > I'm trying to configure squid to not cache a specific site. According to Section > 4.20 of the FAQ, I should use: > > acl SomeSite dstdomain .somesite.com > no_cache deny SomeSite > > Is this correct? The FAQ is correct. Regards Henrik

RE: [squid-users] Not caching a specific site

2004-04-20 Thread Henrik Nordstrom
On Tue, 20 Apr 2004, Elsen Marc wrote: > > always_direct allow SomeSite > > No you can't ; that's related to bypassing parents; > not related to site caching. Unless there is a parent and this parent caches.. Regards Henrik