From owner-freebsd-questions@FreeBSD.ORG Thu Sep 14 03:37:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8909E16A403 for ; Thu, 14 Sep 2006 03:37:31 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CAC443D45 for ; Thu, 14 Sep 2006 03:37:31 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (adsl-65-69-142-98.dsl.rcsntx.swbell.net [65.69.142.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id 8A5A4114314 for ; Wed, 13 Sep 2006 22:30:55 -0500 (CDT) Date: Wed, 13 Sep 2006 22:37:27 -0500 From: pauls@utdallas.edu To: freebsd-questions@freebsd.org Message-ID: In-Reply-To: <1f060c4c0609131705l4f28eec1xa6d267b7c844f264@mail.gmail.com> References: <1f060c4c0609131705l4f28eec1xa6d267b7c844f264@mail.gmail.com> X-Mailer: Mulberry/4.0.5 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========7CB24BD599E99CDFD551==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: apache 1.x and 2.x on same server 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, 14 Sep 2006 03:37:31 -0000 --==========7CB24BD599E99CDFD551========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On September 13, 2006 5:05:17 PM -0700 snacktime =20 wrote: > Are there any options I can use when installing apache 2.x from the > ports tree so it won't overwrite apache 1.x? > Sure. Just like any other port. Just choose the location you want to=20 install the port to. apache13 make install PREFIX=3D/usr/local/www1/ apache2 make install PREFIX=3D/usr/local/www2/ Apache13 installs its conf files in /usr/local/etc/apache, and apache2=20 installs its conf files in /usr/local/etc/apache2. The only problem you=20 might have is the startup scripts. I don't recall how they're named, off=20 the top of my head. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========7CB24BD599E99CDFD551==========--