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

Re: apt-move



On Thu, Jun 15, 2000 at 09:22:51AM +0500, Sattaroff Tumyp wrote:
> On Thu, 15 Jun 2000, Michael Sobolev wrote:
> 
> > > PS. apt-get все делает правильно.
> > http_proxy, да?
> Кстати,
> а как это же настроить в apt.conf
> что то я не смог настроить через http::Proxy

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

  // HTTP method configuration
  http
  {
    Proxy "http://proxy.sj.ru:3128";;
    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
  };
};
---

-- 
Alexander Kotelnikov
Saint-Petersburg, Russia



Reply to: