From owner-freebsd-questions Fri Mar 7 13:56:33 2003 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 4918837B401 for ; Fri, 7 Mar 2003 13:56:32 -0800 (PST) Received: from diana.northnetworks.ca (att-ws20.switchview.com [216.13.70.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5555743FA3 for ; Fri, 7 Mar 2003 13:56:31 -0800 (PST) (envelope-from iaccounts@northnetworks.ca) Received: from localhost (iaccounts@localhost) by diana.northnetworks.ca (8.11.6/8.11.6) with ESMTP id h27LuU308827; Fri, 7 Mar 2003 16:56:30 -0500 (EST) (envelope-from iaccounts@northnetworks.ca) Date: Fri, 7 Mar 2003 16:56:29 -0500 (EST) From: IAccounts To: John McClure Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Multiple Apache Ports In-Reply-To: <20030307210620.77842.qmail@web41410.mail.yahoo.com> Message-ID: <20030307165503.H6974-100000@diana.northnetworks.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Time for me to install another Apache in a different > location, so I can have two, differently configured, > Apache installs running side-by-side. I have done this successfully by installing from source and running configure with the following: #./configure --prefix=/usr/local/apache_prod and on the other: #./configure --prefix=/usr/local/apache_test Of course, you will have to decide what other options/modules you want to configure with. Steve > > When I try to install the same port again, however, > with a different PREFIX, the pkg system complains that > I've already got an Apache installed. Should I force > this new install? Earlier, when I worried that this > would overwrite information in /var/db/pkg someone > kindly advised me not to worry about it, that it > wouldn't do this. But how should I handle the > exception that's showing? > > Any advice is appreciated. > > Peace. > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message