Re: [squid-users] Proxies question.

From: Robert Collins <robert.collins@dont-contact.us>
Date: 25 Aug 2001 12:12:32 +1000

On 24 Aug 2001 16:55:23 +0100, Dan Cave wrote:
> Hi
>
> Ive got two questions about squid. (i have read the FAQ's already, no help)
>
> 1. I have two squid proxies, one external (internet facing, no firewall) and
> one internal behind a firewall.
>
> On my external proxy, I have http-gw listening on port 8181
>
> Id like the external squid proxy to use http-gw on host proxy:8181 (squid
> listens on proxy:8888) to filter java, javascript and activeX content.
>
> I can get http using both http-gw and squid sucessfully.
>
> Can anyone send me a config which explicitly tells external squid (in
> squid.conf) to use http-gw to do this? (the info in faq doesnt work)

the relevant bits will be:
cache_peer 127.0.0.1 parent 8181 0 no-query
never_direct allow all

> I also want the internal squid to talk to the internal ipaddress of the fire
> wall which uses plug-gw to talk to the external proxy.. I cant get this to
> work,
> ( I can connect to the internal port on the firewall on http port and get http
> OK - current method of web access)

again, similar config
cache_peer internal_firewall parent plug-gw-port 0 no-query
never_direct allow all

Rob
Received on Fri Aug 24 2001 - 20:12:21 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:55 MST