Enable 80 port in CentOS

If you did an Apache installation then you also need to enable 80 port in iptables:

iptables -I INPUT 5 -i eth0 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT