Roderick Cummings wrote:
> 
> >From: ktb <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: debian-user@lists.debian.org
> >Subject: Re: do you know any free proxy server?
> >Date: Sat, 9 Jun 2001 17:44:07 -0500
> >
> >On Sun, Jun 10, 2001 at 06:21:30AM +0000, [EMAIL PROTECTED] wrote:
> >
> >I'm assuming www -
> >squid
> >
> >You could easily search yourself at -
> >http://www.debian.org/distrib/packages
> >
> >Search for "proxy" and select "Descriptions"
> >hth,
> >kent
> >
> >--
> >  From seeing and seeing the seeing has become so exhausted
> >      First line of "The Panther" - R. M. Rilke
> >
> >
> >
> >--
> >To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> >with a subject of "unsubscribe". Trouble? Contact
> >[EMAIL PROTECTED]
> >
> 
> What about ftp? I would like to point apt to something local to reduce the
> burden on *.debian.org, but I think setting up a mirror would be overkill
> that would waste even more of debian's bandwidth.
  just switch the apt to do http transfers, this is from my
/etc/apt/apt.conf (you might want to tweak it a bit, not sure how
optimal it is):

http {
  Proxy "http://127.0.0.1:3128";;
  //Proxy::http.us.debian.org "DIRECT";  // Specific per-host setting
  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    
};

        erik

Reply via email to