In message <[EMAIL PROTECTED]>
          JinSoo Seo <[EMAIL PROTECTED]> wrote:
> My local network is behind a firewall.
> There are two proxy servers outside firewall and these
> are only servers which have direct internet connection.
[...]
> But with folowing squid.conf,
>       cache_peer proxy1.parent.domain.com parent 8080 3130 round-robin
>       cache_peer proxy2.parent.domain.com parent 8080 3130 round-robin
>       never_direct mydomain.parent.domain.com
> my internal proxy never fetch objects from proxy1 or proxy2.
Try something like:

acl MYDOMAIN dstdomain mydomain.parent.domain.com
never_direct deny MYDOMAIN
never_direct allow all

Hope this helps,
  Thilo.
-- 
Mir ist mein Signature entlaufen :-(. Wer es findet, sende es bitte an
[EMAIL PROTECTED] zur�ck. Danke! 

Reply via email to