From owner-freebsd-questions@FreeBSD.ORG Thu Feb 10 19:52:04 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6F39106566C for ; Thu, 10 Feb 2011 19:52:04 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.52]) by mx1.freebsd.org (Postfix) with ESMTP id C61D68FC16 for ; Thu, 10 Feb 2011 19:52:04 +0000 (UTC) Received: (qmail 5315 invoked from network); 10 Feb 2011 19:52:03 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Feb 2011 19:52:03 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id CB5AA5084F; Thu, 10 Feb 2011 14:52:01 -0500 (EST) From: Lowell Gilbert To: patrick References: Date: Thu, 10 Feb 2011 14:52:01 -0500 In-Reply-To: (patrick's message of "Wed, 9 Feb 2011 14:56:28 -0800") Message-ID: <447hd7y8f2.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Run your own portsnap mirror? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 19:52:05 -0000 patrick writes: > Is there any official way to run a private portsnap mirror? ie. Have > one, external server fetch from the official portsnap sources, and > then internal servers pulling from the private mirror? It runs over pipelined HTTP, so all you need to do is set up a caching HTTP proxy, and have your internal servers use that.