apache not accepting incoming connections from outside of localhost

前端 未结 11 1005
逝去的感伤
逝去的感伤 2020-12-04 05:59

I\'ve booted up a CentOS server on rackspace and executed yum install httpd\'d. Then services httpd start. So, just the barebones.

I can ac

11条回答
  •  春和景丽
    2020-12-04 06:45

    Try disabling iptables: service iptables stop

    If this works, enable TCP port 80 to your firewall rules: run system-config-selinux from root, and enable TCP port 80 (HTTP) on your firewall.

提交回复
热议问题