Click to See Complete Forum and Search --> : port:5100 works, but :80 doesn't...WTF?


mad-eth0
11-13-2002, 02:53 PM
I've installed Apache1.3 on a RH7.3 box and that went fine...but I think I might have some network problems. I can access port:5100 (admin panel) across a LAN but not port:80. The default port is set to 80 in httpd.conf too. The web server says it's running...anybody know why 80 won't come up but 5100 will?

This computers hostname doesn't appear in my DHCP client list, but the IP address does. I can only access port :5100 by typing 'xxx.xxx.xxx.xxx':5100 not 'hostname':5100. Could that be part of the problem? The hostname isn't resolving?

Hayl
11-13-2002, 02:57 PM
maybe.

add it to your /etc/hosts file to see.

mad-eth0
11-13-2002, 03:24 PM
I did that. The machine knows it's hostname, it's just not telling the DHCP server when it gets an IP address. I think my xinetd is not configured properly or something.