From owner-freebsd-ports@FreeBSD.ORG Mon Dec 5 18:11:15 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E45B16A426 for ; Mon, 5 Dec 2005 18:11:15 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 0094843D62 for ; Mon, 5 Dec 2005 18:11:12 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 45414 invoked by uid 1000); 5 Dec 2005 19:11:11 +0100 Date: Mon, 5 Dec 2005 19:11:11 +0100 From: Clement Laforet To: Matt Sealey Message-ID: <20051205181111.GF56858@goofy.cultdeadsheep.org> References: <007b01c5f9c0$5efb1f00$75d65d42@bakuhatsu.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lIrNkN/7tmsD/ALM" Content-Disposition: inline In-Reply-To: <007b01c5f9c0$5efb1f00$75d65d42@bakuhatsu.net> User-Agent: Mutt/1.5.10i Cc: ports@FreeBSD.org Subject: Re: Updating Apache 2.0.55 to 2.2.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2005 18:11:15 -0000 --lIrNkN/7tmsD/ALM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 05, 2005 at 11:21:46AM -0600, Matt Sealey wrote: >=20 > I want to move our server to Apache 2.2.0 that was just released and is n= ow > in the ports tree. I am concerned that >=20 > 1) I have to uninstall Apache 2.0.55 to let the new one install properly > 2) it might not build okay and our webserver will be dead while I fix it >=20 > What exactly is the recommended way to move from apache20 to apache22 in = the > ports tree, with minimal fuss or downtime? Could I just install with > FORCE_PKG_REGISTER=3D1 and so on, and then remove apache20 from the ports > database as a hack? Is that safe? Using FORCE_PKG_REGISTER will case a massive deletion of your binaries when you try to remove apache2 ;-). Currently there's no howto. You can safely build apache22 when=20 apache20 is installed, to minimize downtime. If you have install devel/apr. you need to defined=20 WITH_APR_FROM_PORTS. Be careful if you also install latest OpenSSL=20 =66rom ports. =20 BTW, if you use third party modules from ports, please check they are=20 compliant to new USE_APACHE framework to not mess your pkg database. Makefile must contain USE_APACHE=3D(13|20)+ or support apache22. As said previously, make a package of your current apache=20 installation.=20 good luck, clem --lIrNkN/7tmsD/ALM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFDlIK/sRhfjwcjuh0RAuNLAJ43TrsD858SGuCNl50qm7P7Gj0CvACgk9bx 5ne05y3Jp0U4Lcvu29DaUTs= =MSqw -----END PGP SIGNATURE----- --lIrNkN/7tmsD/ALM--