From owner-freebsd-questions@FreeBSD.ORG Tue Jul 15 20:54:10 2003 Return-Path: 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 3ED8B37B401 for ; Tue, 15 Jul 2003 20:54:10 -0700 (PDT) Received: from remt23.cluster1.charter.net (remt23.cluster1.charter.net [209.225.8.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BD9C43F75 for ; Tue, 15 Jul 2003 20:54:09 -0700 (PDT) (envelope-from bneu@charter.net) Received: from [68.117.21.132] (HELO windstorm) by remt23.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 93718838 for freebsd-questions@freebsd.org; Tue, 15 Jul 2003 23:54:08 -0400 From: "Neu, Benjamin S." To: Date: Tue, 15 Jul 2003 22:54:05 -0500 Message-ID: <000401c34b4d$e8ecbda0$010b0a0a@windstorm> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <3F14CB65.20909@mac.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: hrmmm....? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 03:54:10 -0000 Syntax ok... :) it's weird. I've done this many times before, just not on a BSD machine. -----Original Message----- From: Chuck Swiger [mailto:cswiger@mac.com] Sent: Tuesday, July 15, 2003 10:50 PM To: Neu, Benjamin S. Cc: freebsd-questions@freebsd.org Subject: Re: hrmmm....? Neu, Benjamin S. wrote: > I hope this isn't to broad of a question, but I just installed Apache13 > on my box (FreeBSD 5.1) the build went like butter... but can't start > the server? # /usr/local/sbin/apachectl start: httpd could not be > started Is the error I get. You need to consult the apache logfiles (in /usr/local/apache/logs? perhaps) for the reasons, although the results of "apachectl configtest" might also be interesting. -- -Chuck