From owner-freebsd-questions@FreeBSD.ORG Fri Oct 17 19:03:43 2008 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 151371065698; Fri, 17 Oct 2008 19:03:43 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id D7BEE8FC1A; Fri, 17 Oct 2008 19:03:42 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id C34B9AFBC02; Fri, 17 Oct 2008 11:03:41 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org, mdh_lists@yahoo.com Date: Fri, 17 Oct 2008 21:03:40 +0200 User-Agent: KMail/1.9.7 References: <468319.95459.qm@web56808.mail.re3.yahoo.com> In-Reply-To: <468319.95459.qm@web56808.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810172103.40654.fbsd.questions@rachie.is-a-geek.net> Cc: Jeremy Chadwick , David Karapetyan Subject: Re: Problem with www/mod_cband 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: Fri, 17 Oct 2008 19:03:43 -0000 On Friday 17 October 2008 20:47:38 mdh wrote: > IMHO, that solution is considerably sexier than what mod_cband claims to do > (having read only pkg-descr). > > It seems possible, however, that mod_cband's functionality could be > replicated by a simple script that watches the access log files I don't think you fully understand the problem. Apache writes a served file to the log when a download is *completed*. Consider a 700MB iso download and you quickly see your solution will not work. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.