From owner-freebsd-questions@FreeBSD.ORG Wed Mar 3 09:37:12 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 1C0E516A4CE for ; Wed, 3 Mar 2004 09:37:12 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFD3343D1F for ; Wed, 3 Mar 2004 09:37:11 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 3 Mar 2004 11:37:32 -0600 Message-ID: <404617C5.6060403@daleco.biz> Date: Wed, 03 Mar 2004 11:37:09 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Banta References: <007301c400a2$2f6fe220$780a000a@grizzly> In-Reply-To: <007301c400a2$2f6fe220$780a000a@grizzly> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Mar 2004 17:37:32.0578 (UTC) FILETIME=[353D8820:01C40146] cc: freebsd-questions@freebsd.org Subject: Re: Apache 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, 03 Mar 2004 17:37:12 -0000 Michael Banta wrote: >Hello. > >I just installed Apache wilthout error. I started apache and did a ps aux. It appears to be running fine. However I cannot bring up the default webpage. Doing lynx localhost does not work. I set the Servername variable in the config file to localhost, just to test. Everything appears to be in order. Any suggestions? > >Thanks >Mike >_______________________________________________ > > $apachectl configtest Can you see any errors from that? KDK