From owner-freebsd-stable@FreeBSD.ORG Wed Feb 7 14:30:36 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B53A716A402 for ; Wed, 7 Feb 2007 14:30:36 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.freebsd.org (Postfix) with ESMTP id 7CE9413C47E for ; Wed, 7 Feb 2007 14:30:36 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.ticketswitch.com) by mail.ticketswitch.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1HEnof-000Kae-0H; Wed, 07 Feb 2007 14:30:33 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HEnoc-00058Z-98; Wed, 07 Feb 2007 14:30:30 +0000 To: chris@JEAH.net, freebsd-stable@freebsd.org In-Reply-To: <20070207075254.H68353@awww.jeah.net> Message-Id: From: Pete French Date: Wed, 07 Feb 2007 14:30:30 +0000 Cc: Subject: Re: Apache stopped working after upgrade to 6.2-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 14:30:36 -0000 > Configtest says it's fine. apachectl start says it starts. But it > actually doesn't. Nothing in /var/log/messages, nothing in > /var/log/httpd-error.log - and nothing in > /usr/local/etc/apache/logs/error_log. I had the same problem at the weekend. I upgrade by uninstalling all packages, cvsup, reinstall all packages. It turns out that I had forgotten to re-install cronolog which I use for log rotation. Without it apache dies siliently on startup. Check you havent got a similar thing going on. cheers, -pete.