Quote:
Originally Posted by
yatmianto
i use port 80, and httpd already start with no error but my browser couldn't load my
http://localhost
thx be4
did I not ask you to try doing the following?
[root]# telnet localhost 80 <-------- you type this
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET / <---------- then you type this
This is the most basic test for any http server
if it display something like below means webserver is ok, it's probably something wrong with your browser.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<META HTTP-EQUIV=Refresh CONTENT="0; URL=http://yourdomain.com./banner.html"
>
<html>
</html>
Connection closed by foreign host.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
if this also cannot see means your webserver is using a non standard port or httpd daemons are not started.
Can you run that command and see what is being displayed?