[squid-users] always_direct and never_direct confusion

2006-08-01 Thread Beast
The requirement is simple, all domain must be direct, except for special_domain which should be obtained from parent proxy. --squid.conf-- acl intra_domain dstdomain .internal.dom acl intra_ip dst 10.0.0.0/8 acl special_domain dstdomain .example.com .example.net .example.org cache_peer proxy.i

Re: [squid-users] always_direct and never_direct confusion

2006-08-02 Thread Henrik Nordstrom
On Wed, 2006-08-02 at 12:31 +0700, Beast wrote: > The requirement is simple, all domain must be direct, except for > special_domain which should be obtained from parent proxy. > > --squid.conf-- > acl intra_domain dstdomain .internal.dom > acl intra_ip dst 10.0.0.0/8 why the intra stuff? > acl

Re: [squid-users] always_direct and never_direct confusion

2006-08-02 Thread Beast
Henrik Nordstrom wrote: On Wed, 2006-08-02 at 12:31 +0700, Beast wrote: The requirement is simple, all domain must be direct, except for special_domain which should be obtained from parent proxy. --squid.conf-- acl intra_domain dstdomain .internal.dom acl intra_ip dst 10.0.0.0/8 why

Re: [squid-users] always_direct and never_direct confusion

2006-08-02 Thread Henrik Nordstrom
On Wed, 2006-08-02 at 16:40 +0700, Beast wrote: > This make all request direct, including special_domain. Then triplecheck your special_domain definition, and "squid -k parse" output if any.. (should be blank) Regards Henrik

Re: [squid-users] always_direct and never_direct confusion

2006-08-02 Thread Beast
Henrik Nordstrom wrote: On Wed, 2006-08-02 at 16:40 +0700, Beast wrote: This make all request direct, including special_domain. Then triplecheck your special_domain definition, and "squid -k parse" output if any.. (should be blank I do it once again, and it still correct to my knowle

Re: [squid-users] always_direct and never_direct confusion

2006-08-03 Thread Henrik Nordstrom
tor 2006-08-03 klockan 11:25 +0700 skrev Beast: > Henrik Nordstrom wrote: > > On Wed, 2006-08-02 at 16:40 +0700, Beast wrote: > > > > > >> This make all request direct, including special_domain. > >> > > > > Then triplecheck your special_domain definition, and "squid -k parse" > > output if