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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to