In message <19990201193722.A16275@esmeralda.sysic.hei.co.kr>
JinSoo Seo <seojs@sysic.hei.co.kr> 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 Thilo.Manske@HEH.Uni-Oldenburg.DE zurück. Danke!Received on Mon Feb 01 1999 - 04:18:34 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:44:19 MST