From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 22:57:27 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 C3CE9106566C for ; Mon, 14 Apr 2008 22:57:27 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 955EB8FC17 for ; Mon, 14 Apr 2008 22:57:27 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 7E05B1CC91; Mon, 14 Apr 2008 14:57:26 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 15 Apr 2008 00:57:23 +0200 User-Agent: KMail/1.9.7 References: <4801E33E.1030805@ethernull.org> <4801FE69.3080908@otenet.gr> <20080414221544.GA10126@purity.ethernull.org> In-Reply-To: <20080414221544.GA10126@purity.ethernull.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804150057.24374.fbsd.questions@rachie.is-a-geek.net> Cc: David Kaye , freebsd@ethernull.org Subject: Re: Limiting apache's upload speed? 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: Mon, 14 Apr 2008 22:57:27 -0000 On Tuesday 15 April 2008 00:15:45 David Kaye wrote: > Just as a side note for anyone S'ing the FA's, when I ran: > > #pkg_add -r mod_cband > > it pulled down a version of mod_cband compiled for Apache 2.0, with Apache > 2.0 therefore being a dependancy, it was pulled down as well. After I > removed 2.0, I needed to reinstall 2.2 and make mod_cband from ports. None > of this was a problem, I just thought it should be on the list somewhere. If you pull packages from FreeBSD servers, then you should expect them to use default options (more to the point, the options defined by PACKAGE_BUILDING if the port specifies it) and default dependencies. The default APACHE_PORT is www/apache20. If you use www/apache22, then you 'cannot' use those packages. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.