From owner-freebsd-questions@FreeBSD.ORG Wed Feb 25 01:10:09 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 C9C5616A4CE for ; Wed, 25 Feb 2004 01:10:09 -0800 (PST) Received: from core.staszic.eu.org (dialup03.1lo.lublin.pl [212.182.71.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3735B43D1D for ; Wed, 25 Feb 2004 01:10:07 -0800 (PST) (envelope-from marek@staszic.eu.org) Received: by core.staszic.eu.org (Postfix, from userid 1001) id 4637FA6FDC; Wed, 25 Feb 2004 10:10:45 +0000 (GMT) Date: Wed, 25 Feb 2004 10:10:45 +0000 From: Marek Denis To: freebsd-questions@freebsd.org Message-ID: <20040225101045.GB3380@core.staszic.eu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i 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 09:10:09 -0000 On Wed, Feb 25, 2004 at 12:24:50PM +0800, Loo Eric wrote: > 1) when i add the apache package it comes out following output: > > Added group "www". > Added user "www". > > ===> COMPATIBILITY NOTE: > As of version 1.3.24, the RedirectMatch directive requires an > absolute URL target location per RFC 2068. Uses of RedirectMatch that > specify a relative URL will fail and must be corrected to function. > > 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 > > hope that i will get reply from u soon thanks! hm, maybe you tried to start your apache as a normaln (non-root ) user? Once i forgot to su for my root user and tried to start httpd, and afar got some similar errors...