From owner-freebsd-questions@FreeBSD.ORG Thu Sep 22 08:08:07 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 B9EFA16A41F for ; Thu, 22 Sep 2005 08:08:07 +0000 (GMT) (envelope-from stevem@protek.net.au) Received: from hermes.ethertech.com.au (hermes.ethertech.com.au [203.56.92.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 238AC43D45 for ; Thu, 22 Sep 2005 08:08:06 +0000 (GMT) (envelope-from stevem@protek.net.au) Received: from Thomas (sodorfw.ethertech.com.au [203.56.119.134]) by hermes.ethertech.com.au (8.12.11/8.12.11) with ESMTP id j8M87v3i083345 for ; Thu, 22 Sep 2005 18:07:57 +1000 (EST) (envelope-from stevem@protek.net.au) From: "Steve Monkhouse" To: Date: Thu, 22 Sep 2005 18:12:44 +1000 Message-ID: <000801c5bf4d$690aa720$0601000a@Thomas> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <200509220002.41931.akbeech@gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Virus-Scanned: by amavisd-new 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: Thu, 22 Sep 2005 08:08:07 -0000 >> 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-* >> >> 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 =3D 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 ?? >> >Try doing "apachectl configtest" to check your config files. I've seen >apache=20 >just bail with no errors on a bad config. Unfortunately.. No..=20 root@server:/usr/local/etc/apache# apachectl configtest Syntax OK Segmentation fault (core dumped) My config hasn't changed, and as I said was working perfectly before the portupgrade..=20 Next idea ?? Steve