Re: [squid-users] Website bypass with always-direct

2017-12-14 Thread Antony Stone
On Thursday 14 December 2017 at 11:21:52, Jorge Bastos wrote: > Alex, > > > > Ok, so what would be the directive to allow what i want to achieve? > > > > What do you want to achieve? > > > > Earlier, you implied that you do not want to see a request in Squid logs. > > As Amos have said, Squid can

Re: [squid-users] Website bypass with always-direct

2017-12-14 Thread Vacheslav
What if we think from the heart? -Original Message- From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf Of Jorge Bastos Sent: Thursday, December 14, 2017 1:22 PM To: 'Alex Rousskov' ; squid-users@lists.squid-cache.org Subject: Re: [squid-users] Webs

Re: [squid-users] Website bypass with always-direct

2017-12-14 Thread Jorge Bastos
Alex, > Ok, so what would be the directive to allow what i want to achieve? What do you want to achieve? Earlier, you implied that you do not want to see a request in Squid logs. As Amos have said, Squid cannot "unsee" the transaction: Once the transaction reaches Squid, Squid will handle it (f

Re: [squid-users] Website bypass with always-direct

2017-12-13 Thread Alex Rousskov
On 12/13/2017 04:10 PM, Jorge Bastos wrote: > On 2017-12-13 17:12, Amos Jeffries wrote: >> On 14/12/17 05:52, Jorge Bastos wrote: >>> I'm trying to use always-direct, [...] >>> but the website still appears in the logs, and not doing bypass. >>> What could I be doing wrong? >>> For what I see in t

Re: [squid-users] Website bypass with always-direct

2017-12-13 Thread Jorge Bastos
On 2017-12-13 17:12, Amos Jeffries wrote: > On 14/12/17 05:52, Jorge Bastos wrote: > >> Howdy, >> >> I'm trying to use always-direct, but maybe I'm doing something wrong. >> I have: >> >> acl local-servers dstdomain www.myweb.eu [1] >> always_direct allow local-servers >> >> but the website s

Re: [squid-users] website bypass with always-direct

2017-12-13 Thread Amos Jeffries
See the reply to your previous identical post. Amos ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

[squid-users] website bypass with always-direct

2017-12-13 Thread Jorge Bastos
Howdy, I'm trying to use always-direct, but maybe I'm doing something wrong. I have: acl local-servers dstdomain http://www.myweb.eu always_direct allow local-servers but the website still appears in the logs, and not doing bypass. What could I be doing wrong? For what I see in the docs it's cor

Re: [squid-users] Website bypass with always-direct

2017-12-13 Thread Amos Jeffries
On 14/12/17 05:52, Jorge Bastos wrote: Howdy, I'm trying to use always-direct, but maybe I'm doing something wrong. I have: acl local-servers dstdomain www.myweb.eu always_direct allow local-servers but the website still appears in the logs, and not doing bypass. What could I be doing wrong? F

[squid-users] Website bypass with always-direct

2017-12-13 Thread Jorge Bastos
Howdy, I'm trying to use always-direct, but maybe I'm doing something wrong. I have: acl local-servers dstdomain www.myweb.eu always_direct allow local-servers but the website still appears in the logs, and not doing bypass. What could I be doing wrong? For what I see in the docs it's correct.