1、可以暂时关闭防火墙 命令为:service iptables stop  然后在访问就可以了 

2、可以放行80端口 命令为:/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT 然后保存防火墙规则,使更改生效:/etc/rc.d/init.d/iptables save

相关文章:

  • 2021-10-04
  • 2021-06-30
  • 2021-08-15
  • 2021-09-10
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-23
  • 2021-05-07
  • 2021-09-28
  • 2021-07-17
  • 2021-06-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案