From owner-freebsd-questions@FreeBSD.ORG Sun Jun 13 06:29:33 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 17EEA16A4CE for ; Sun, 13 Jun 2004 06:29:33 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9522D43D39 for ; Sun, 13 Jun 2004 06:29:32 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) i5D6RlkZ067941; Sun, 13 Jun 2004 01:27:48 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" To: "'dave'" , Date: Sun, 13 Jun 2004 01:26:13 -0500 Message-ID: <000e01c4510f$540e2930$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 In-Reply-To: <000501c450f1$6360b880$6400a8c0@satellite> Importance: Normal Subject: RE: apache2 port 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, 13 Jun 2004 06:29:33 -0000 Check your DirectoryIndex directive within your configuration file. Often times, your index.html file in the root directory of your webserver isn't recognized. Iirc, apache2 is preconfigured for index.htm, and not index.html. Try renaming your index.* file to a couple different things, and check out that directive. HTH Eric F Crist President AdTech Integrated Systems, Inc (612) 998-3588 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of dave > Sent: Saturday, June 12, 2004 9:52 PM > To: freebsd-questions@freebsd.org > Subject: apache2 port > > > Hello, > I've got a 5.2.1 machine that has the latest apache on it via > ports. Instead of translating my index.html file i am getting > a directory listing vs. the page. Like instead of seeing the > html home, favorites, and so forth on this page, i'm > basically given a directory listing. Any ideas? Thanks. Dave. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/free> bsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >