[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: APT e proxy http.



On Wed, 2001-09-19 at 18:07, Renzo Vermicelli CeSIA Univ. Bologna wrote:
> 
> Come fare per   indicare a  APT  ad usare un SERVER proxy http
> per raggiungere un sito  indicato in sources.list ? 

in /etc/apt/apt.conf:

Acquire {
  http {
    Proxy "http://user:password@il.tuo.proxy:la_porta/";;
    // puoi anche giocare coi parametri della cache
    No-Cache "false";
    Max-Age "86400";
    No-Store "false";
  };
};

-- 
Federico Di Gregorio
MIXAD LIVE Chief of Research & Technology              fog@mixadlive.com
Debian GNU/Linux Developer & Italian Press Contact        fog@debian.org
  Put a GNOME on your desktop! [http://www.gnome.org]
                                      -- brought to you by One Line Spam



Reply to: