Date: Fri, 12 Jan 2007 11:41:46 -0800 From: Peter Giessel <pgiessel@mac.com> To: Tim Nilimaa <tim@nilimaa.se> Cc: freebsd-questions@freebsd.org Subject: Re: Upgrade apache Message-ID: <01314817-0110-1000-9A7A-DD339BE18D06-Webmail-10012@mac.com> In-Reply-To: <DE78066D8B3B6048AEB8D6A86CD1B8F0E445@minimon.worldoftitans.local> References: <DE78066D8B3B6048AEB8D6A86CD1B8F0E445@minimon.worldoftitans.local>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, January 12, 2007, at 10:09AM, "Tim Nilimaa" <tim@nilimaa.se> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01314817-0110-1000-9A7A-DD339BE18D06-Webmail-10012>