Squid Parent Proxy

From KlavoWiki
Revision as of 04:27, 2 July 2010 by David (talk | contribs) (Created page with 'To enable Squid to upstream edit the file '''squid.conf''' with the following setting. <pre> cache_peer proxy.some-isp.com parent 8080 0 no-query no-digest never_direct allow all…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To enable Squid to upstream edit the file squid.conf with the following setting.

cache_peer proxy.some-isp.com parent 8080 0 no-query no-digest
never_direct allow all

To enable Squid to upstream to multiple proxies in order.

cache_peer proxy.isp1.com parent 8080 0 no-query weight=1
cache_peer proxy.isp2.com parent 8080 0 no-query weight=2