On Wed, 29 Oct 2003 12:32:00 +0100, Sjaakie Helderhorst
<(E-Mail Removed)> wrote:
>Hi,
>
>I have Squid 'listening' to both ports 8080 and 3128 and want request on
>3128 to be forwarded to an external proxy server. So far I managed to
>forward all requests (both 8080 and 3128) to the external proxy. Is it
>possible to do this for port 3128 only? If so, how to achieve this...
With a statement like:
cache_peer <parent hostname> parent 3128 3130 proxy_only
The general form is:
cache_peer hostname type http_port icp_port options
The "proxy_only" option will stop the local proxy from storing the
objects locally (ie. it won't cache them).
|