From owner-freebsd-questions@FreeBSD.ORG Tue Mar 6 13:50:11 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 4D26016A402 for ; Tue, 6 Mar 2007 13:50:11 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id D14F513C441 for ; Tue, 6 Mar 2007 13:50:10 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so180415ugh for ; Tue, 06 Mar 2007 05:50:10 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:x-mailer:mime-version:content-type:content-transfer-encoding; b=n5h/aAKddaMh7u4psB64TO9ZsHauanmiSmPTuq0HJLRzPYUbUsqEZVU4jpnx7GULH6A+/I/8RhlCrfUo+czxskcUwv/tF4f2iHIrbV+Qvh4x7h1mGMMEr6Pp+hQRHvsgFI+Oq1YcCIhutzso6MdZeoOQ7MnlMWzQNqcayLKKiPA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:x-mailer:mime-version:content-type:content-transfer-encoding; b=ScFcwBJn5Jx/s+LNMezzBbFCNzWcDnodeqGELsYGTPB82BuLdkANK7e012QbdeDfwk0rGDfQog97M+EKNrGYGYGe3dxDvd3U/7IKW9pBPUBeazcsWr9Mr7w8grEro4CNey3GXa986+DUsR1ExOh99F2NgfNB3YvuTaqgoXEJpKA= Received: by 10.66.244.11 with SMTP id r11mr1736016ugh.1173189009634; Tue, 06 Mar 2007 05:50:09 -0800 (PST) Received: from ejennings-pc ( [137.43.111.170]) by mx.google.com with ESMTP id 54sm736078ugp.2007.03.06.05.50.08; Tue, 06 Mar 2007 05:50:08 -0800 (PST) Date: Tue, 6 Mar 2007 13:50:05 +0000 From: eoghan To: freebsd Message-Id: <20070306135005.eb45cc85.eoghanj@gmail.com> 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 Subject: 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 13:50:11 -0000 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