From owner-freebsd-questions@FreeBSD.ORG Fri May 16 13:21:13 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 34EF737B405 for ; Fri, 16 May 2003 13:21:13 -0700 (PDT) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E3CD43F75 for ; Fri, 16 May 2003 13:21:12 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from sysinfo.mezzweb.com ([68.103.37.247]) by lakemtao06.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030516202112.FKUC23505.lakemtao06.cox.net@sysinfo.mezzweb.com> for ; Fri, 16 May 2003 16:21:12 -0400 Content-Type: text/plain; charset=utf-8; format=flowed To: freebsd-questions@freebsd.org From: Jeremy Messenger MIME-Version: 1.0 Date: Fri, 16 May 2003 15:07:20 -0500 Message-ID: User-Agent: Opera7.10/Linux M2 build 395 Subject: Apache2 bug? (/etc/hosts) 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: Fri, 16 May 2003 20:21:13 -0000 I was help someone over at bsdforums.org to get the http://localhost/server-status works, but he always keep get the fail page of 403 error or so. I decided to install www/apache2 on my desktop machine and found a bug. It will not accept the one line in the /etc/hosts, which it has to be two lines (seperate). Not work: ===================== 127.0.0.1 localhost.domain.com localhost ===================== Work: ===================== 127.0.0.1 localhost 127.0.0.1 localhost.domain.com ===================== httpd.conf (Location): ===================== SetHandler server-status Order deny,allow Deny from all Allow from localhost ===================== Do you think, I should report to the Apache2's bugzilla? Cheers, Mezz -- bsdforums.org 's moderator, mezz.