I was hoping someone could help me out with this... TIA
------------------
I am running Squid 1.1.20 as child cache. The parent is Netscape proxy
3.5. I would like squid to directly fetch all requests from a particular
host, and fulfill the remaining requests through the parent. Here is my
config:
local_domain foo.com
cache_host parent parent.foo.com 8080 3130 default no-query
hierarchy_stoplist ? cgi-bin
acl directhost src 206.82.134.22/255.255.255.255
cache_host_acl parent.foo.com !directhost
With the above config, ALL requests are fetched directly. When I add:
inside_firewall foo.com
squid cannot fetch any requests directly; everything goes through the parent.
What am I missing? Thanks for any help.
Received on Wed Sep 09 1998 - 06:07:46 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:41:54 MST