Hi.
I have two squids - one physically located at my data center and another with my ISP. My workstations are configured to use the squid at the datacenter. I wanted all cache misses at the data center to be redirected to my ISP's squid, so I added..
cache_peer proxy.myisp.net parent 8080 3130 (8080 = http_port and 3130 = default ICP port)
..to my squid.conf. I have two questions:
1. How do I verify that cache-misses are redirected to my ISPs proxy? 2. Is it possible to implement cache hierarcy if my ISPs proxy was not squid but winproxy, ms proxy, etc?
Thanks in advance.
Regards, NMK.
Hi,
On Mon, 2006-03-13 at 19:35, Nadeem M Khan wrote:
- Is it possible to implement cache hierarcy if my ISPs proxy was not squid
but winproxy, ms proxy, etc?
Yes, as long as the Proxy supports ICP.
Thanks in advance.
Regards, NMK.
With reagrds,