From owner-freebsd-questions@FreeBSD.ORG Fri Jan 13 18:12:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBE0C16A41F for ; Fri, 13 Jan 2006 18:12:07 +0000 (GMT) (envelope-from luke.bakken@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D19B343D46 for ; Fri, 13 Jan 2006 18:12:06 +0000 (GMT) (envelope-from luke.bakken@gmail.com) Received: by uproxy.gmail.com with SMTP id j3so42875ugf for ; Fri, 13 Jan 2006 10:12:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nfDkXSzBSf0woDdBkAZTZkOxLU1siZQ61GpAF24Hyz6AgZXZ0q2+jJYKQZDmnq4tTpF3BQRZxuvPlVEK/1jE1uDuE8m4qOZ2CbzWU8TmnsXvw0Yz4/V5yper3bV5Cf2sTbTMzOopcbzPzqn/1xrzi05e1iXAFdrngfbZtYMMy2k= Received: by 10.49.1.20 with SMTP id d20mr90381nfi; Fri, 13 Jan 2006 10:12:05 -0800 (PST) Received: by 10.49.28.15 with HTTP; Fri, 13 Jan 2006 10:12:05 -0800 (PST) Message-ID: <6acc6ca40601131012u667f9856ude5324c62a75b09c@mail.gmail.com> Date: Fri, 13 Jan 2006 10:12:05 -0800 From: Luke Bakken To: snarmont@wnec.edu In-Reply-To: <17821403.1137174943074.JavaMail.root@m11> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <17821403.1137174943074.JavaMail.root@m11> Cc: freebsd-questions@freebsd.org Subject: Re: httpd could not be started 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: Fri, 13 Jan 2006 18:12:07 -0000 > #/usr/local/sbin/apachectl start > /usr/local/sbin/apachectl start: httpd could not be started > > Apache also won't start if I bypass the apachectl script and start > it directly. However it doesn't report any errors either: Some ideas, I may be off base here: 1. Is there anything being written to the error_log file? 2. Can you start Apache with the -F argument to make it stay in the foreground? Any output there? Luke