|
Home > Archive > Red Hat Topics > April 2005 > Apache 2.04 ........I do not visualize nothing (???)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Apache 2.04 ........I do not visualize nothing (???)
|
|
|
| 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
| |
| Biagio Di Micco 2005-04-04, 2: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
>
>
>
|
|
|
|
|