From owner-freebsd-questions@FreeBSD.ORG Wed May 20 11:32:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F990106566C for ; Wed, 20 May 2009 11:32:17 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3BB658FC16 for ; Wed, 20 May 2009 11:32:16 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id D58A37E837; Wed, 20 May 2009 03:32:15 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Wed, 20 May 2009 13:31:58 +0200 User-Agent: KMail/1.11.3 (FreeBSD/8.0-CURRENT; KDE/4.2.3; i386; ; ) References: <4A111646.2080105@gmail.com> <991123400905180155p172f9e6ahccef83dd2589c1bb@mail.gmail.com> In-Reply-To: <991123400905180155p172f9e6ahccef83dd2589c1bb@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200905201331.58738.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Odhiambo =?utf-8?q?=E3=83=AF=E3=82=B7=E3=83=B3=E3=83=88=E3=83=B3?= , Brent Clark Subject: Re: apache not starting on reboot 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: Wed, 20 May 2009 11:32:17 -0000 On Monday 18 May 2009 10:55:00 Odhiambo =E3=83=AF=E3=82=B7=E3=83=B3=E3=83= =88=E3=83=B3 wrote: > On Mon, May 18, 2009 at 11:03 AM, Brent Clark=20 wrote: > > Hiya > > > > I have the following in my /etc/rc.conf > > > > mitm# cat /etc/rc.conf | grep apache > > apache22_enable=3D"YES" > > mitm# > > > > The problem I seem to be experiencing is that if I reboot the machine, > > then apache does not come up. Its only on when I run > > > > /usr/local/etc/rc.d/apache22 restart > > > > that apache is running and available. > > > > If anyone could assist me on where I went wrong or on what route and / = or > > path to look, I would be most grateful. > > Start by looking at /var/log/messages Better yet, /var/log/httpd-error.log. On restart, does it give a "apache no= t=20 running?" message or is it running, but not responding to requests? =2D-=20 Mel