From owner-freebsd-questions@FreeBSD.ORG Tue Nov 4 21:37:39 2003 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 8B05F16A4CE for ; Tue, 4 Nov 2003 21:37:39 -0800 (PST) Received: from ganymede.hub.org (u46n208.hfx.eastlink.ca [24.222.46.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id A83F143F3F for ; Tue, 4 Nov 2003 21:37:38 -0800 (PST) (envelope-from scrappy@hub.org) Received: by ganymede.hub.org (Postfix, from userid 1000) id BDADA356B6; Wed, 5 Nov 2003 01:36:32 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id B1580343D1 for ; Wed, 5 Nov 2003 01:36:32 -0400 (AST) Date: Wed, 5 Nov 2003 01:36:32 -0400 (AST) From: "Marc G. Fournier" To: freebsd-questions@freebsd.org Message-ID: <20031105013516.L24889@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [APACHE2] http://domain/ generating garbage output ... 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, 05 Nov 2003 05:37:39 -0000 I've just spent the past little while searching Google for anything that might shed some light on this, and am drawing a blank .,. I just setup an Apache 2.0.48 server, and all the config files are 'the default' based on what FreeBSD installs from ports ... if I go to: http://domain I get a string of 'garbage'(high ascii?) characters across my browser, almost as if its reading the raw directory, but if I go to: http://domain/index.html the page comes up fine ... I have a DirectoryIndex in place: DirectoryIndex index.php index.html index.cgi index.htm home.htm And if I put an index.php file in place, it gets loaded up fine as just 'http://domain' ... but if I remove it, I have to references the index.html explicitly for me to get up a page ... I saw the FAQ items about MMAP and SendFile, but altho I did try just in case, they dn't appear pertinent, since the index.html page is accessible if referenced directly, just not when referenced with the DirectoryIndex directive ... I tried removing the index.php from the DirectoryIndex directive, but that didn't make any difference either ... I'm figuring that its something obvious I'm not seeing ... Help? Thanks ...