netstat -an |grep :80
iptable for http, add port 80 to iptables
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT