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
Received on Tue Dec 23 2003 - 04:24:22 MST
This archive was generated by hypermail pre-2.1.9 : Thu Jan 01 2004 - 12:00:26 MST