The CentOS system opens port 80 on the firewall.

Source: Internet
Author: User
Through/etc/init. d/iptablesstatus command to check whether port 80 is enabled. If no port 80 is enabled, you can use either of the following methods: 1. modify the vi/etc/sysconfig/iptables command to add make the firewall open port 80-ARH-Firewall-1-INPUT-mstate -- stateNEW-mtcp-ptcp -- dport80-jAC through/etc/init. d/ IptablesThe status command is used to check whether port 80 is enabled. If no port 80 is enabled, you can use either of the following methods:

1. modify the vi/etc/sysconfig/iptables command to add the firewall to open port 80
-A RH-Firewall-1-INPUT-m state -- state NEW-m tcp-p tcp -- dport 80-j ACCEPT

2. disable the firewall
/Etc/init. d/iptables stop

# Start
# Restart

Permanently disable the firewall
Chkconfig -- level 35 iptables off

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.