Re: squid cache
On Fri, Oct 12, 2001 at 03:40:40PM +1000, Brian May wrote:
> how do you get squid to *cache* data?
>
> I tried using the following in my squid configuration:
>
> refresh_pattern \.deb$ 43200 100% 43200 override-lastmod ignore-reload
> refresh_pattern Release$ 720 100% 720 override-lastmod ignore-reload
> refresh_pattern Packages.gz$ 720 100% 720 override-lastmod ignore-reload
> refresh_pattern Sources.gz$ 720 100% 720 override-lastmod ignore-reload
>
> however, I just did a "apt-get update" on one computer, and went
> straight to another computer and typed in the same command (same
> sources.list file), and now it has to re-download everything again.
Squid is doing its duty fine here. I use http downloads and I have
http_proxy set. I also don't fudge around with refresh_pattern.
Reply to: