From owner-freebsd-questions@FreeBSD.ORG Wed Feb 25 05:56:05 2004 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 6054A16A4CE for ; Wed, 25 Feb 2004 05:56:05 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B8F43D1F for ; Wed, 25 Feb 2004 05:56:04 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i1PDtj1J018866; Wed, 25 Feb 2004 13:55:55 GMT (envelope-from peter@circlesquared.com) Message-ID: <403CA961.9050708@circlesquared.com> Date: Wed, 25 Feb 2004 13:55:45 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ecrist@adtechintegrated.com References: <20040225101045.GB3380@core.staszic.eu.org> <403C6E9E.4090102@circlesquared.com> <200402250721.12560.ecrist@adtechintegrated.com> In-Reply-To: <200402250721.12560.ecrist@adtechintegrated.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Question List Subject: Re: problem with starting the apache server 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, 25 Feb 2004 13:56:05 -0000 Eric F Crist wrote: >On Wednesday 25 February 2004 03:45 am, you wrote: > > >>>>2)then when i start the apache server by typing "apachectl start" it >>>>comes out the following output: >>>> >>>>/usr/local/sbin/apachectl start: httpd could not be started >>>> >>>> > >Have you edited your /usr/local/share/apache/httpd.conf file to suit your >environment? This is a necessary step in order to have a functional web >server. Otherwise, check your /var/log/httpd-errors.log file and see what >that says. You can also type /usr/local/sbin/apachectl checkconfig > This should read /usr/local/sbin/apachectl configtest PWR. > to check >the syntax of your config file. > >HTH > >