Quote:
Originally Posted by bathory
Check if there is a webserver running and listening on port 80
Code:
netstat -tanpl|grep 80
Regards
|
Hi bathory,
This is the output of netstat -tanpl | grep 80 :
tcp 0 1 192.168.15.109:55107 208.69.56.165:80 SYN_SENT 2936/totem-plugin-v
tcp 0 0 192.168.15.109:55163 69.63.176.162:80 ESTABLISHED 2509/firefox
tcp 0 0 192.168.15.109:40552 70.85.33.178:80 ESTABLISHED 2678/opera
tcp 0 0 192.168.15.109:34586 70.85.33.178:80 ESTABLISHED 2509/firefox
tcp 0 0 ::ffff:127.0.0.1:8005 :::* LISTEN 1549/java
tcp 0 0 :::8009 :::* LISTEN 1549/java
tcp 0 0 :::8080 :::* LISTEN 1549/java
Thanks and hope to hear from you.