Re: Making squid always use a proxy

From: Tom Minchin <tom@dont-contact.us>
Date: Tue, 14 Jan 1997 21:49:39 +1100 (EST)

>
> Is it possible to make squid ALWAYS fetch from a parent and never going
> direct (except for local sites that is)?
>
> Just that occasionally, my upstream connection has their direct socket 80
> access barred (coz it's cheaper) to force people to use proxy's.. So it
> would be nice to always force squid to ALWAYS use the upstream proxy.
>
Sure is. Use the 'default no-query' options in 1.1.x:
eg:
# Stuff where everything must go if all else fails
cache_host proxy.com.au parent 8080 0 no-query default
# Peering Proxies
cache_host proxy1.com.au parent 8080 3130
cache_host proxy2.net.au sibling 8080 3130
cache_host proxy3.net.au sibling 8080 3130

Or the 'single_parent_bypass' option (turn it on). Squid will go (except
for direct) to the single parent proxy server without ICP querying it.
After all, you're stuffed anyway if it dies.

tom@iacom.com.au
Received on Tue Jan 14 1997 - 02:57:24 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:34:04 MST