From owner-freebsd-questions@FreeBSD.ORG Fri Dec 5 06:32:44 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 2F90B16A4CE for ; Fri, 5 Dec 2003 06:32:44 -0800 (PST) Received: from Vitsch.net (b74143.upc-b.chello.nl [212.83.74.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2876B43FF9 for ; Fri, 5 Dec 2003 06:32:42 -0800 (PST) (envelope-from Danovitsch@Vitsch.net) Received: from FreeBSD.Danovitsch.LAN (b83007.upc-b.chello.nl [212.83.83.7]) by Vitsch.net (8.12.3p2/8.11.3) with ESMTP id hB5EWHXe023700; Fri, 5 Dec 2003 15:32:18 +0100 (CET) (envelope-from Danovitsch@Vitsch.net) Content-Type: text/plain; charset="iso-8859-1" From: "Daan Vreeken [PA4DAN]" To: Marty Landman Date: Fri, 5 Dec 2003 15:33:32 +0100 User-Agent: KMail/1.4.3 References: <6.0.0.22.0.20031205085616.01b52300@pop.face2interface.com> <20031205140215.GA21446@fetiche.sources.org> <6.0.0.22.0.20031205091701.01b521c0@pop.face2interface.com> In-Reply-To: <6.0.0.22.0.20031205091701.01b521c0@pop.face2interface.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200312051533.32801.Danovitsch@Vitsch.net> cc: FreeBSD-questions@FreeBSD.org Subject: Re: localhost pingable, inaccessible on browser 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, 05 Dec 2003 14:32:44 -0000 On Friday 05 December 2003 15:21, Marty Landman wrote: > At 09:02 AM 12/5/2003, Lowell Gilbert wrote: > >Sounds like you don't have an http server running on the machine. > > Sorry I wasn't more clear. Apache2's running and afaik working well > excepting this issue. > > >If you do, then maybe a local firewall is getting in the way. > ipfw isn't running. What are the other possibilities? Sounds like you have configured apache to listen only on 192.168.0.x . Do you have something like this in your httpd.conf ? : Listen 192.168.0.x:80 If so, try adding Listen 127.0.0.1:80 or change it into Listen 80 grtz, Daan