From owner-freebsd-questions@FreeBSD.ORG Fri Jan 12 19:41:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0850A16A417 for ; Fri, 12 Jan 2007 19:41:49 +0000 (UTC) (envelope-from pgiessel@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.46]) by mx1.freebsd.org (Postfix) with ESMTP id E82A413C459 for ; Fri, 12 Jan 2007 19:41:48 +0000 (UTC) (envelope-from pgiessel@mac.com) Received: from mac.com (webmail038-S [10.13.128.38]) by smtpout.mac.com (Xserve/8.12.11/smtpout10/MantshX 4.0) with ESMTP id l0CJfl2S017116; Fri, 12 Jan 2007 11:41:47 -0800 (PST) Received: from webmail038 (localhost [127.0.0.1]) by mac.com (8.13.8/webmail038/MantshX 4.0) with ESMTP id l0CJfk5i029422; Fri, 12 Jan 2007 11:41:47 -0800 (PST) Date: Fri, 12 Jan 2007 11:41:46 -0800 From: Peter Giessel To: Tim Nilimaa Message-ID: <01314817-0110-1000-9A7A-DD339BE18D06-Webmail-10012@mac.com> in-reply-to: references: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 158.145.111.202 Received: from [158.145.111.202] from webmail.mac.com with HTTP; Fri, 12 Jan 2007 11:41:46 -0800 X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: freebsd-questions@freebsd.org Subject: Re: Upgrade apache 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: Fri, 12 Jan 2007 19:41:49 -0000 On Friday, January 12, 2007, at 10:09AM, "Tim Nilimaa" wrote: >Hi, > >How do I upgrade apache-2.0.59 to apache22? Do I have to do make uninstall for port apache20 and then make install for apache22? >I do have php installed - wouldnt that be a problem if I uninstall apache20? Also - upgrading php43 to php51, is it the same thing with that? I did this upgrade early last year. IIRC, you'll have to change the apache configuration files. IIRC, they are not compatible. make deinstall apache20 make install apache22 rewrite your apache config files (they are even in a different folder than the "old" apache20 config files. New location: /usr/local/etc/apache22). You could add your LoadModules for php43 to apache22 or you could upgrade php after apache, and the installer scripts will add the correct LoadModule lines to your apache22 config files for you.