From owner-freebsd-questions@FreeBSD.ORG Sun Sep 12 21:02:15 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 3EB3F16A4CE for ; Sun, 12 Sep 2004 21:02:15 +0000 (GMT) Received: from chifon.propagation.net (chifon.propagation.net [66.221.8.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E245443D2F for ; Sun, 12 Sep 2004 21:02:14 +0000 (GMT) (envelope-from sujit@rebaca.com) Received: from www.rebaca.com (localhost [127.0.0.1]) by chifon.propagation.net (8.11.6p2/8.11.6) with ESMTP id i8CL2G511263 for ; Sun, 12 Sep 2004 16:02:16 -0500 From: "Sujit Dey" To: "freebsd-questions@freebsd.org" Date: Sun, 12 Sep 2004 16:02:16 +0700 Message-Id: <20040912160216.M11079@rebaca.com> X-Mailer: WMail 1.64 20020516 X-OriginatingIP: 151.204.228.97 (sujit) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: can't start Apache 1.3 server in freeBSD 4.9 release #0 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: Sun, 12 Sep 2004 21:02:15 -0000 After installing Apache 1.3, i was configuring in freeBSD following the procedure mentioned in FreeBSD Handbook( section 23.7 Apache HTTP Server). i've tried ServerName (in httpd.conf ) with localhost, 127.0.0.1, but using "/usr/local/sbin/apachectl start", can't start the Apache server. It is giving httpd can not be started. I followed same procedure in Windows and able to start Apache server. please help me or give me some clue for how to start the Apache server.