; you have to add a firewall exception: ...first turn it off: # service iptables stop # nano /etc/sysconfig/iptables ...need to add rule: -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT ...then start firewall again #service iptables start ...if you want to remotely access MySQL as well (I do) you also add: -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT
Founded by Narendra Sen in October 2012, RackBank has been providing exceptional server hosting services with high performance, security, email stability and control.
Publish Your Checklist
Share your expertise with the community and publish your checklist templates.