On Tue, 23 Dec 2003, sword wrote: > squid caches some http requests by conntecting to another proxy ip > address, because squid server can not access the server directly,and > others can cache directly and normally.
Something like the following will do fine: acl peer_domains dstdomain domain.of.some.server never_direct allow peer_domains cache_peer the.other.proxy parent 3128 0 no-query no-digests no-netdb-exchange cache_peer_access allow the.other.proxy peer_domains Regards Henrik
