From owner-freebsd-questions@FreeBSD.ORG Fri Mar 6 19:36:13 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 939E3106566C for ; Fri, 6 Mar 2009 19:36:13 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 4213A8FC08 for ; Fri, 6 Mar 2009 19:36:12 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.14.2/8.14.2) with ESMTP id n26Ja6xe037181; Fri, 6 Mar 2009 13:36:06 -0600 (CST) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id j5Pl7xpeo-Q9; Fri, 6 Mar 2009 13:36:02 -0600 (CST) Received: from archangel.daleco.biz (ezekiel.daleco.biz [66.76.92.18]) by ezekiel.daleco.biz (8.14.2/8.14.2) with ESMTP id n26JZo3v037166; Fri, 6 Mar 2009 13:35:50 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <49B17B16.4050401@daleco.biz> Date: Fri, 06 Mar 2009 13:35:50 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.16) Gecko/20080719 SeaMonkey/1.1.11 MIME-Version: 1.0 To: Jos Chrispijn References: <49B172F5.20903@webrz.net> In-Reply-To: <49B172F5.20903@webrz.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Apache 1.3.41 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, 06 Mar 2009 19:36:14 -0000 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. [snip] > Looks like half way the start Apache is stopping and bypassing every log > output. > > Can some tell me what I am overlooking here? Does it have something to > do with the php-5 portupgrade? High probability that you're correct. It could be possible that running a quick PHP command at the CLI (of course, that assumes that PHP has installed a CLI version) would get the error out in the open. Likely one of the modules isn't compatible? I'd comment out the entire /usr/local/etc/php/extensions.ini file and see if HTTPD starts. If it does, enable half the extensions and try again, etc., until you find which one causes the problem. In all likelihood, to really sort things out permanently, you'll need to rebuild all the extensions. HTH, Kevin Kinsey -- Our business in life is not to succeed but to continue to fail in high spirits. -- Robert Louis Stevenson