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

Re: apt-get probleme



On Tue, 1 Feb 2000, Thomas Braun wrote:

> hello i have a problem with apt-get 0.3.13 ! 
> i want upgrade my dist with apt but we have a csm proxy with user and
> pass has anyone experience with the konfiguration?
> and how must i edit the apt.conf ?

Add this to your apt.conf and edit to taste:-

 ftp
 {
   Proxy "ftp://127.0.0.1/";;
   Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting

   /* Required script to perform proxy login. This example should work
      for tisfwtk */
   ProxyLogin
   {
      "USER $(PROXY_USER)";
      "PASS $(PROXY_PASS)";
      "USER $(SITE_USER)@$(SITE):$(SITE_PORT)";
      "PASS $(SITE_PASS)";
   };

   Timeout "120";

   /* Passive mode control, proxy, non-proxy and per-host. Pasv mode
      is prefered if possible */
   Passive "true";
   Proxy::Passive "true";
   Passive::http.linux.org.au "true"; // Specific per-host setting
 };

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lindsay Allen   <allen@cleo.murdoch.edu.au>  Perth, Western Australia
voice +61 8 9316 2486   32.0125S 115.8445E               Debian Linux
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



Reply to: