From owner-freebsd-stable@FreeBSD.ORG Wed Feb 7 17:31:56 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 05B1816A400 for ; Wed, 7 Feb 2007 17:31:56 +0000 (UTC) (envelope-from joji@eskimo.com) Received: from ultra6.eskimo.com (ultra6.eskimo.com [204.122.16.69]) by mx1.freebsd.org (Postfix) with ESMTP id A0B0F13C4A5 for ; Wed, 7 Feb 2007 17:31:55 +0000 (UTC) (envelope-from joji@eskimo.com) Received: from eskimo.com (eskimo.com [204.122.16.13]) by ultra6.eskimo.com (8.13.6/8.13.4) with ESMTP id l17HJ1Od005225; Wed, 7 Feb 2007 09:19:01 -0800 Received: (from joji@localhost) by eskimo.com (8.9.1a/8.9.1) id JAA03997; Wed, 7 Feb 2007 09:19:01 -0800 (PST) Date: Wed, 7 Feb 2007 09:19:01 -0800 From: Joseph Olatt To: Marko Lerota Message-ID: <20070207091901.A1839@eskimo.com> References: <20070207075254.H68353@awww.jeah.net> <86ireero9g.fsf@sparrow.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <86ireero9g.fsf@sparrow.local>; from mlerota@iskon.hr on Wed, Feb 07, 2007 at 04:16:59PM +0100 Cc: freebsd-stable@freebsd.org, Chris Byrnes 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 17:31:56 -0000 On Wed, Feb 07, 2007 at 04:16:59PM +0100, Marko Lerota wrote: > Chris Byrnes writes: > > > Of course there had to be something. ;) > > > > Apache won't start. I cannot figure out why. No one I've asked can > > seem to figure out, either. So I turn to you and cross my fingers > > that this is something others have experienced. > > > > 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've deinstalled and reinstalled - same problem. > > Check out the /etc/hosts file. Maybe your upgrade installed > the default hosts file so you dont have any more entry that > apache used to figure server's fully qualified domain name. Does /etc/rc.conf have a line similar to the following? apache22_enable="YES" (I'm running apache-2.2.4, hence apache22. In your case, could be apachecXX_enable="YES" where XX is your apache version.) > -- > One cannot sell the earth upon which the people walk > Tacunka Witco > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"