Re: localhost pingable, inaccessible on browser

2003-12-05 Thread Stephane Bortzmeyer
On Fri, Dec 05, 2003 at 08:58:26AM -0500,
 Marty Landman [EMAIL PROTECTED] wrote 
 a message of 20 lines which said:

 Like the subject says, I can ping localhost and 127.0.0.1 but can't get to 
 them via lynx.

Error message from lynx?

Or a broken proxy setup:

echo $http_proxy 
 
 /etc/hosts says
 
 ::1 localhost localhost.face2interface.domain
 127.0.0.1   localhost localhost.face2interface.domain

Do you try http://127.0.0.1/ or http://localhost/ ? In the second
case, you may have an IPv6 problem.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: localhost pingable, inaccessible on browser

2003-12-05 Thread Daan Vreeken [PA4DAN]
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]


Re: localhost pingable, inaccessible on browser

2003-12-05 Thread Marty Landman
At 09:33 AM 12/5/2003, Daan Vreeken [PA4DAN] wrote:

Sounds like you have configured apache to listen only on 192.168.0.x .
[snip]

change it into Listen 80
That was it Daan... thanks.

Marty Landman   Face 2 Interface Inc 845-679-9387
Sign On Required: Web membership software for your site
Make a Website: http://face2interface.com/Home/Demo.shtml
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]