From owner-freebsd-questions@FreeBSD.ORG Tue Mar 6 16:32:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0ED816A401 for ; Tue, 6 Mar 2007 16:32:56 +0000 (UTC) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao03.coxmail.com (dukecmmtao03.coxmail.com [68.99.120.70]) by mx1.freebsd.org (Postfix) with ESMTP id 660EF13C46B for ; Tue, 6 Mar 2007 16:32:56 +0000 (UTC) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao03 ([172.18.22.62]) by dukecmmtao03.coxmail.com (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with SMTP id <20070306163254.WETL2045.dukecmmtao03.coxmail.com@dukecmmtao03>; Tue, 6 Mar 2007 11:32:54 -0500 X-Mailer: Openwave WebEngine, version 2.8.16 (webedge20-101-1106-20040809) From: Vizion Organization: vizion Communications To: Date: Tue, 6 Mar 2007 8:32:55 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20070306163254.WETL2045.dukecmmtao03.coxmail.com@dukecmmtao03> Cc: eoghanj@gmail.com Subject: Re: apache 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: Tue, 06 Mar 2007 16:32:56 -0000 > -----Original Message----- > From: eoghan [mailto:eoghanj@gmail.com] > Sent: Tuesday, March 06, 2007 8:28 AM > To: Vizion > Cc: freebsd-questions@freebsd.org; eoghanj@gmail.com > Subject: Re: apache problem > > On Tue, 6 Mar 2007 8:25:09 -0800 > Vizion wrote: > > > > -----Original Message----- > > > From: owner-freebsd-questions@freebsd.org > > > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of eoghan > > > Sent: Tuesday, March 06, 2007 5:50 AM > > > To: freebsd > > > Subject: apache problem > > > > > > Hi > > > I am running apache 2.2.4 on FreeBSD 6.1. This is a recent > > > upgrade from ports (in the past few days or so). Since then I > > > cant browse to localhost. Just get an unable to connect > > > message. The server seems to start with: > > > $sudo apachectl start > > > If I try it again I see its already running. > > > My error log shows: > > > [Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD) > > > mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 with Suhosin-Patch > > > configured -- resuming normal operations > > > [Mon Mar 05 11:20:22 2007] [notice] caught SIGTERM, shutting down > > > > > > I have tried the apache list but no real answers, and apache > > > was working fine for me before I upgraded. Has anyone else > > > noticed this since an upgrade to the 2.2.4 version from ports? > > > > > > Thanks > > > Eoghan > > > > I had the same problem. Here is how I fixed it: > > #apachectl stop > > # cd /usr/ports/www/apache22 > > #make clean > > # make deinstall > > # rm ./* > > Then do a cvsup ports all > > now once more > > #cd /usr/ports/www/apache22 > > # make (it will use your stored config) > > #make install > > #make clean > > #apachectl start > > Hi > Gret, thanks for that, I will give this a go. > Regards > Eoghan > all the best please let me know if it works 4U -- I have made a posting on ports@freebsd.org -- so the maintainer knows aboutthe problem. If this also works for you it should not be too difficult for someone to fix the port. David