[squid-users] Re: Dual proxies

From: babajaga <augustus_meyer_at_yahoo.de>
Date: Sun, 16 Jun 2013 09:10:00 -0700 (PDT)

No problem.
In fact, only next lines in squid.conf (Proxy Local) are mandatory,
assuming, the "Proxy Distant" has the IP
199.199.199.199 and is listening on port 8080:

....
#Next line defines "Proxy Distant" to be parent proxy
cache_peer 199.199.199.199 parent 8080 0 no-query
no-digest no-netdb-exchange
#Next one not to send requests to 127.0.0.1 to "Proxy Distant"
        always_direct allow localhost
#In case of web servers on "Proxy Local" no need to go thru "Proxy Distant".
So uncomment next one
# and define local-servers
# always_direct allow local-servers
#Next one forces all requests to the "Proxy Distant"
         never_direct allow all
#That's all
.....

--
View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Dual-proxies-tp4660651p4660653.html
Sent from the Squid - Users mailing list archive at Nabble.com.
Received on Sun Jun 16 2013 - 16:10:50 MDT

This archive was generated by hypermail 2.2.0 : Mon Jun 17 2013 - 12:00:05 MDT