Re: [squid-users] Caching mirrored origin server

2019-01-15 Thread eliezer
40 To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] Caching mirrored origin server On 2019-01-03 08:34, Alex Rousskov wrote: > The default solution for mapping many URLs to a single cache hit is the > store_id helper. That solution is only applicable to URLs that produce

Re: [squid-users] Caching mirrored origin server

2019-01-03 Thread jimc
On 2019-01-03 08:34, Alex Rousskov wrote: The default solution for mapping many URLs to a single cache hit is the store_id helper. That solution is only applicable to URLs that produce the same content regardless of the URL from the set. * https://wiki.squid-cache.org/Features/StoreID * http

Re: [squid-users] Caching mirrored origin server

2019-01-03 Thread Alex Rousskov
On 1/2/19 3:01 PM, jimc wrote: > I'm using squid-4.4-2.1.x86_64 from OpenSuSE Tumbleweed.  My goal is > that when doing periodic software updates. each host in my department > will contact my proxy to obtain the new metadata and packages (SuSE has > a syntax for this); the proxy will download each

[squid-users] Caching mirrored origin server

2019-01-02 Thread jimc
I'm using squid-4.4-2.1.x86_64 from OpenSuSE Tumbleweed. My goal is that when doing periodic software updates. each host in my department will contact my proxy to obtain the new metadata and packages (SuSE has a syntax for this); the proxy will download each file only once. This sounds like pret