Date: Fri, 5 Dec 2003 15:33:32 +0100 From: "Daan Vreeken [PA4DAN]" <Danovitsch@Vitsch.net> To: Marty Landman <MLandman@face2interface.com> Cc: FreeBSD-questions@FreeBSD.org Subject: Re: localhost pingable, inaccessible on browser Message-ID: <200312051533.32801.Danovitsch@Vitsch.net> In-Reply-To: <6.0.0.22.0.20031205091701.01b521c0@pop.face2interface.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312051533.32801.Danovitsch>