码迷,mamicode.com
首页 > Web开发 > 详细

Centos7安装Apache Http服务器无法访问如何解决

时间:2017-10-23 20:51:23      阅读:259      评论:0      收藏:0      [点我收藏+]

标签:成功   httpd   erro   centos7安装   img   font   restart   ble   rem   

1. 安装Apache组件

[root@mycentos shell]# yum install httpd

2. 安装成功后,检测有无httpd进程

[root@mycentos shell]# ps -e |grep httpd

3. 如没有,启用该服务

[root@mycentos shell]# systemctl restart httpd.service

4. 使用浏览器访问本机IP地址,如果显示链接失败如下:

技术分享

应该是防火墙相关设置问题导致.
5.关闭并禁用防火墙
[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.
6.再次访问网站,能够成功登录
技术分享

 

注意:如果你还是希望使用iptables来进行防火墙配置,记得一定要做下面设置:

[root@mycentos Desktop]# yum install iptables-services

[root@mycentos Desktop]# systemctl enable iptables

Centos7安装Apache Http服务器无法访问如何解决

标签:成功   httpd   erro   centos7安装   img   font   restart   ble   rem   

原文地址:http://www.cnblogs.com/ransom/p/7718705.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!