centos安装apache服务器无法访问
时间:2020-03-16 19:45
问题: Centos7安装Apache Http服务器无法访问 解决方法: 1、安装Apache组件 2、安装成功后,检测有无httpd进程 (推荐教程:centos使用教程) 3、如没有,启用该服务 4、使用浏览器访问本机IP地址,显示链接失败。 应该是防火墙相关设置问题导致。 5、关闭并禁用防火墙 6、再次访问网站,能够成功登录 相关视频教程推荐:linux视频教程 以上就是centos安装apache服务器无法访问的详细内容,更多请关注gxlcms其它相关文章![root@mycentos shell]# yum install httpd
[root@mycentos shell]# ps -e |grep httpd
[root@mycentos shell]# systemctl restart httpd.service
[root@mycentos shell]# systemctl stop firewalld.service #停止防火墙服务
[root@mycentos Desktop]# systemctl disable firewalld.service #禁用防火墙开机启动服务
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
Removed symlink /etc/systemd/system/basic.target.wants/firewalld.service.