From owner-freebsd-questions@FreeBSD.ORG Mon Sep 26 22:15:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2037916A41F for ; Mon, 26 Sep 2005 22:15:35 +0000 (GMT) (envelope-from lists@eyede.com) Received: from anubis.eyede.com (anubis.eyede.com [202.21.136.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9455D43D48 for ; Mon, 26 Sep 2005 22:15:34 +0000 (GMT) (envelope-from lists@eyede.com) Received: from localhost (localhost.eyede.com [127.0.0.1]) by anubis.eyede.com (Postfix) with ESMTP id BA4874AC25; Tue, 27 Sep 2005 10:21:52 +1200 (NZST) Received: from [172.16.99.13] (ewsn03.ntdns.eyede.com [172.16.99.13]) by anubis.eyede.com (Postfix) with ESMTP id 503564AC21; Tue, 27 Sep 2005 10:21:52 +1200 (NZST) Message-ID: <433872F1.2060300@eyede.com> Date: Tue, 27 Sep 2005 10:15:13 +1200 From: Lists User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050921) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve Monkhouse References: <003501c5bf4b$0345b6c0$0601000a@Thomas> In-Reply-To: <003501c5bf4b$0345b6c0$0601000a@Thomas> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Amavisd at eyede.com Cc: freebsd-questions@freebsd.org Subject: Re: apache13+mod_ssl portupgrade problem.. 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: Mon, 26 Sep 2005 22:15:35 -0000 Steve Monkhouse wrote: > Hi guys.. > > Ive been pulling my hair out for the last couple of hours over this to no > avail... > > FreeBSD 5.2.1-RELEASE-p8 > P4 2.8 > 512mb RAM > > > I 'had' a working apache13+modssl installation along with mod_perl. > Everything was working perfectly until I decided yesterday to portupgrade > the machine. > > I started off with perl being portupgraded via 'portupgrade -rR perl' > > Then I did the php modules via portupgrade php-* > Maybe i missed something, but did you also upgrade php itself? Either way, try a: php -m and then check your php error logs. I have found that problems with php can way too easily segfault an apache instance. > And anything else that I missed then got done as well.. > > Everything now shows that its up-to-date eg.. > > apache+mod_ssl-1.3.33+2.8.24_1 = up-to-date with port > > however whenever I try to start apache with apachectl startssl it gives : > > /usr/local/sbin/apachectl startssl: httpd started > > but does not start.. nothing at all appears in the logs (error or access) > even with debug enabled.. the only message that appears is in messages > > Sep 22 17:44:23 server kernel: pid 77689 (httpd), uid 0: exited on signal 11 > (core dumped) > > Ive searched high and low for a solution, but to no avail.. > > Ive deinstalled and reinstalled, deinstalled / install distclean etc etc but > no diff.. > > The sad thing is that this was working perfectly yesterday albeit with > versions that haven't been updated for 2 months.. > > What have I done wrong ? and how do I go about rectifying it ?? > > Any help would be GREATLY appreciated.. as my web server is still down at > the moment.. > > Thanks in advance > Steve > > > > _______________________________________________ > 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"