From owner-freebsd-questions@FreeBSD.ORG Tue May 17 23:46:45 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A6DC16A4CE for ; Tue, 17 May 2005 23:46:45 +0000 (GMT) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C3043DC0 for ; Tue, 17 May 2005 23:46:45 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9974 helo=mail.aseed.antenna.nl) by post-24.mail.nl.demon.net with esmtp (Exim 4.43) id 1DYBlo-000JcH-Db; Tue, 17 May 2005 23:46:40 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id 6839B1540E4; Wed, 18 May 2005 01:50:23 +0200 (CEST) Received: from localhost.localdomain (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 6B08158CC1F; Wed, 18 May 2005 01:46:40 +0200 (CEST) Date: Wed, 18 May 2005 01:46:39 +0200 From: "albi@scii.nl" To: freebsd-questions@freebsd.org, dmarshall@gmail.com Message-Id: <20050518014639.396d9e82.albi@scii.nl> In-Reply-To: <200505171823.12202.josh@tcbug.org> References: <53f1586305051716007416ee32@mail.gmail.com> <200505171823.12202.josh@tcbug.org> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Multiple Apaches X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 23:46:45 -0000 On Tue, 17 May 2005 18:23:11 -0500 Josh Paetzel wrote: > > Should I plan on repeating the what I did before, which is to > > maintain an apache installation separate from ports? Or is there > > some clever way to have ports install stuff in different places > > under different names? For instance, I'd like to have www/apache2 > > installed in the default location and install www/apache13-modperl > > with some PREFIX, telling it to disregard any CONFLICTS? Can I > > give a ports installation a different DISTNAME so that it's in the > > package database under some other name? > > > > TIA! > > This may be wrong or even mis-guided advice but the first thing that > came to my mind was perhaps running one (or both I suppose) apache in > a jail. i agree, if you are used to using jails, this is, in general, an easy and effective solution