The following is from a mail I sent to a neo-Debian, her proxy did NOT have
authentication.

Add to, or replace, your /etc/apt/apt.conf:


Acquire
{
  Queue-Mode "host";       // host|access
  Retries "0";
  Source-Symlinks "true";

  // HTTP method configuration
  http
  {
    Proxy "http://ghane:[EMAIL PROTECTED]:8080";
    Timeout "120";
    Pipeline-Depth "5";

    // Cache Control. Note these do not work with Squid 2.0.2
    No-Cache "false";
    Max-Age "86400";     // 1 Day age on index files
    No-Store "false";    // Prevent the cache from storing archives
  };
};

-----Original Message-----
From: Javier Castillo <[EMAIL PROTECTED]>
To: Debian-Isp <lista correo> <debian-isp@lists.debian.org>
Date: Wednesday, April 05, 2000 7:11 PM
Subject: Proxy and APT


> Hi there,
>
> Anoy of you know how can I use apt using our Proxy?. I want to
>configure APT to download debs using FTP and my Proxy. Can you give an
>apt.conf?.
>
>Thanks.
>
>--
>Javier Castillo Alcíbar. [EMAIL PROTECTED]
>Alhambra Systems, S.A. http://www.alhsys.es
>Telf: 34 - 1 - 91 304 18 00
>Fax: 34 - 1 - 91 327 31 31
>
>
>--
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>
>

Reply via email to