> Hi all,
> I have a RH 5.2 box configured with Squid proxy. The serive
> provider has a proxy at the main hub site wich happens to be the gateway
> for "nic.in" domian. I want my squid to use that proxy. What should I put
> in the /etc/squid.conf file. The main proxy is 164.100.230.13.
>
> thanks.
>

cache_peer 164.100.230.13 parent 8080 3130 no-query

8080 & 3130 depend on your ISP's config. 8080 in the cache port and 3130 is
the port it listens to for query requests.

the no-query keyword prevents your squid from sending a query to the parent
cache, asking "Is this object in your cache or not?", it just sends the
request anyway.

take a look at:-

http://cache.is.co.za/squid/hierarchies/concepts.html



-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to