Re: [squid-users] Corruption problem of download files from squid

From: John Mok <jmok@dont-contact.us>
Date: Tue, 07 Nov 2006 01:26:18 +0800

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.
>
Received on Mon Nov 06 2006 - 10:29:32 MST

This archive was generated by hypermail pre-2.1.9 : Fri Dec 01 2006 - 12:00:03 MST