80 port linux server can not access

Check the firewall, the firewall is no problem probably did not open port 80, to perform:

iptables -I INPUT -p tcp --dport 80 -j ACCEPT

Guess you like

Origin www.cnblogs.com/codeclock/p/12108275.html