On Sat, 1 Jan 2005, James DuRant wrote:

parent squid.conf file. I want to go from squid on port 8081 to dg on
8080 to squid on 3182. I've got the 8080 to 3182 part great it's the
conf of 8081 passing to 8080 of dg that i'm lost. If anyone has there
configuration working could you tell me how to pass on the access to
DG. Thanks, James

Squid FAQ 4.9 How do I configure Squid forward all requests to another proxy? <url:http://www.squid-cache.org/Doc/FAQ/FAQ-4.html#ss4.9>


cache_peer 127.0.0.1 8080 0 no-query default
never_direct allow all

Note: You need to use different unique_hostname settings on the two Squid instances. If not the parent (the one closest to the Internet) will get a bit upset thinking it gets requests from itself...

Regards
Henrik

Reply via email to