04-04-05 07:45 AM
Perhaps you have some firewall on.
Try to shutdown the firewall to see if it works.
I don't know if RedHat 9 use ipchains or iptables,
put these commands in a shell as root
/sbin/service ipchains stop
/sbin/service iptables stop
In this way the firewall goes down.
If you solve the problem in this way, resend a message to the newsgroup.
It is safe to leave the firewall on, so it's better to change the
firewall settings and restart ipchains or iptables.
Bye,
Biagio
P.S. you can check if a port is on by using the command
telnet nomehost n.port
example
telnet localhost 80
telnet www.repubblica.it 80
carlo wrote:
> Ciao
> I have installed apache 2.0 on a Server linux redhat 9. From mine
> clients windows I do not visualize nothing; seems that i dont come to
> the port 80. If i start (with user root or also with others users)
> Konqueror on the server, i quietly visualize the pages. The httpd
> daemon is on, the ports are listen, the file httpd.conf seems
> OK.....Where is my error(s). Maybe is the most know and stupid
> mistake.Thank you very much to all
> Carlo
>
>
>
[ Post a follow-up to this message ]
|