For example, the problem server is parent.example.com with the following
config. :-
http_port 8080
acl QUERY urlpath_regex cgi-bin \? \.asp asp .asp \.jsp jsp .jsp \.dll
.dll servlet Servlet .do
no_cache deny QUERY
maximum_object_size 716800 KB
....
refresh_pattern -i windowsupdate.com/.*\.(cab|exe|psf) 4320 100% 43200
reload-into-ims
refresh_pattern -i download.microsoft.com/.*\.(cab|exe|psf) 4320 100% 43200
reload-into-ims
....
There is another squid proxy server, child1.example.com, in remote site
with the following config. :-
http_port 8080
....
cache_peer parent.example.com parent 8080 3130 default
acl local-servers dstdomain .example.com
acl all src 0.0.0.0/0.0.0.0
never_direct deny local-servers
never_direct allow all
....
Will the cache peering causes any problem to the parent server?
Regards, John Mok
Mark Elsen wrote:
Yes, it is a parent cache of the one in remote site, where has no
Internet connection.
What do you mean by this sentence ?
M.