Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
127.0.0.1 localhost loopback
# telnet 0 80
-bash-3.00$ telnet 0 80
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
GET /
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<title>Test Page for Apache Installation</title>
</head>
more ...........
<div align="center"><img src="apache_pb.gif" alt="" /></div>
</body>
</html>
Connection to 0 closed by foreign host.
-bash-3.00$
# netstat -an | grep -i listen
[admin@abcd1234 admin]$ netstat -an | grep -i list
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
tcp 0 0 283.270.211.342:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 283.270.211.342:443 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:444 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:9022 0.0.0.0:* LISTEN
unix 0 [ ACC ] STREAM LISTENING 378 /tmp/.s.PGSQL.5583
unix 0 [ ACC ] STREAM LISTENING 532 /tmp/mysql.sock
unix 0 [ ACC ] STREAM LISTENING 6322250 /var/run/ndc
[admin@abcd1234 admin]$
# telnet localhost 23
[admin@abcd1234 admin]$ telnet localhost 23
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
SSH-1.99-OpenSSH_3.7.1p1
Connection closed by foreign host.
[admin@abcd1234 admin]$