From owner-freebsd-questions@FreeBSD.ORG Sat Mar 7 17:43:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59509106564A for ; Sat, 7 Mar 2009 17:43:55 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id 32AE38FC0A for ; Sat, 7 Mar 2009 17:43:54 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from tim-kellerss-macbook-pro.local (ool-18bb798e.dyn.optonline.net [24.187.121.142]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0KG5008G9D95FAO0@mta4.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Sat, 07 Mar 2009 12:43:54 -0500 (EST) Date: Sat, 07 Mar 2009 12:43:53 -0500 From: Tim Kellers In-reply-to: <49B24487.7010404@webrz.net> To: Jos Chrispijn Message-id: <49B2B259.6040205@wallnet.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <49B172F5.20903@webrz.net> <49B24487.7010404@webrz.net> User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) Cc: FreeBSD Questions Subject: Re: Apache 1.3.41 | Solved 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: Sat, 07 Mar 2009 17:43:55 -0000 Jos Chrispijn wrote: > Problem solved; we deinstalled everything PHP5 related and built up > from scratch. > > I would like to thank everyone that has responded on this thread. > > Jos Chrispijn wrote: >> For some reason, Apache isn't starting anymore after having my ports >> upgraded today. That was a major php5 upgrade and I think it might >> have to do something with it. >> > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > I'll add a "me too" to that. After portupgrading to php5 (and all the -r extentions), yesterday, every site I had that used php5 broke. (I'm using apache 2.0.63). After commenting out scads of extentions and juggling the order in extension.ini, I gave up, pkg_deleted everything php5 or php5-* and rebuilt it all from scratch. That and a restart of apache restored all of my sites. Most of my sites were squirrelmail. serendipity and moodle based, but they are all back, now. I haven't re-enabled eaccelerator on my Moodle, sites, yet, because I know that needs to be rebuilt anytime php's version is bumped at all. I know that one of the conflicts in portupgrading was that the version of tidy that docproj uses and the php5 version of tidy won't play nice, together, but I suspect there is more to it than that. I've been installing and upgrading php* for years and this was the most trouble I've ever had with an upgrade. All of the systems are 7.1 -STABLE builds, 3 are i386 and 2 are AMD64; they've all been built from sources within the past week. I didn't see any caveats in /usr/ports/UPDATING about this upgrade. Tim