localhost pingable, inaccessible on browser

Daan Vreeken [PA4DAN] Danovitsch at Vitsch.net
Fri Dec 5 06:32:44 PST 2003


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


More information about the freebsd-questions mailing list