From owner-freebsd-questions@FreeBSD.ORG Tue Mar 6 16:28:01 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 BFFD216A400 for ; Tue, 6 Mar 2007 16:28:01 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 2463F13C441 for ; Tue, 6 Mar 2007 16:28:00 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so228631ugh for ; Tue, 06 Mar 2007 08:27:57 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=Kbvc6s4C+NDAt3Ay9dtt8o9QIi9F0AQwr9tjizX4PcSqYtT5d3hk2oASKuZcnx/9uPSZiMsHc4WamyI58cKrDk4+9l4oysuzPEfXd1ia3yDAyWO+3kd2SzTyCfAiUcLg5Chm+WVemzpfKmxtwF9bFg70c59zkf3oPKQCbm3gYY0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=gyq0TJ7oayM+uANCK7ImVPmSUf1BUfRdTpyo++0NvVCuq9OuYJlXwnygnLnDp9SG0bovdm8NGPREQRYRomNsecJnPuthGHX5McFC4HBxJb/xlhpzXAjDKOzBn7dAZJ6VL/MOHZPYiNLJumZ5GY626ajkaPRCsijIS9x6hwOk2BI= Received: by 10.67.22.7 with SMTP id z7mr1993128ugi.1173198477061; Tue, 06 Mar 2007 08:27:57 -0800 (PST) Received: from ejennings-pc ( [137.43.111.170]) by mx.google.com with ESMTP id w40sm682268ugc.2007.03.06.08.27.55; Tue, 06 Mar 2007 08:27:55 -0800 (PST) Date: Tue, 6 Mar 2007 16:27:52 +0000 From: eoghan To: Vizion Message-Id: <20070306162752.87193649.eoghanj@gmail.com> In-Reply-To: <20070306162509.VNPZ2045.dukecmmtao03.coxmail.com@dukecmmtao03> References: <20070306162509.VNPZ2045.dukecmmtao03.coxmail.com@dukecmmtao03> X-Mailer: Sylpheed 2.4.0beta4 (GTK+ 2.10.9; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: eoghanj@gmail.com, freebsd-questions@freebsd.org 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:28:01 -0000 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