From 2b154e536a0df3afb318ddcf9b7daf9337de3c23 Mon Sep 17 00:00:00 2001 From: Arch Librarian <arch@canonical.com> Date: Mon, 20 Sep 2004 16:52:57 +0000 Subject: Http download fixes Author: jgg Date: 1999-02-27 22:29:11 GMT Http download fixes --- doc/examples/apt.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/examples') diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 8cf5b0b17..16234d4b1 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.24 1999/01/31 08:55:53 jgg Exp $ +// $Id: apt.conf,v 1.25 1999/02/27 22:29:11 jgg Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is a completely valid file. @@ -52,13 +52,14 @@ APT { Acquire { Queue-Mode "host"; // host|access - Retry "false"; + Retries "0"; // HTTP method configuration http { Proxy "http://127.0.0.1:3128"; Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting + Timeout "120"; // Cache Control. Note these do not work with Squid 2.0.2 No-Cache "false"; -- cgit v1.2.3