转载https://blog.csdn.net/u010447234/article/details/63253448

试过很多方法,,,最后亲测该方法有效。

1. 安装Apache组件

[[email protected] shell]# yum install httpd

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

[[email protected] shell]# ps -e |grep httpd

3. 如没有,启用该服务

[[email protected] shell]# systemctl restart httpd.service

4. 使用浏览器访问本机IP地址,如果显示链接失败,会显示显示拒绝访问;

 

应该是防火墙相关设置问题导致.

5.关闭并禁用防火墙

[[email protected] shell]# systemctl stop firewalld.service #停止防火墙服务

[[email protected] 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.再次访问网站,能够成功登录

CentOS7.4安装apache后无法访问问题的解决

 

相关文章:

  • 2021-11-28
  • 2022-12-23
  • 2021-11-27
  • 2021-05-30
  • 2021-11-18
  • 2021-12-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2021-11-29
  • 2021-07-10
  • 2022-12-23
  • 2021-07-10
相关资源
相似解决方案