当前位置:   article > 正文

CentOS7 关于启动Apache(httpd)服务_systemctl restart httpd

systemctl restart httpd

想要启动apache(httpd)服务,执行以下命令都不行↓

service httpd start (sentos7之前版本的命令)
  • 1
systemctl start httpd命令(sentos7之后版本的命令)
  • 1
/etc/init.d/httpd start
  • 1

出现以下结果,如图:
在这里插入图片描述
在这里插入图片描述
1.使用命令yum install httpd httpd-devel 安装完apache

yum install httpd httpd-devel
  • 1

在这里插入图片描述
2. 然后等待,会出现需要确认下载项 y/d/n 输入y,Enter即可
在这里插入图片描述
3.等待安装完成之后,可使用命令启动apache
在这里插入图片描述
4.可通过命令 service httpd status查看apache运行状态

  service httpd status(cemtos6)
  systemctl status httpd(centos7)
  • 1
  • 2

在这里插入图片描述
5.也可以在虚拟机的浏览器中查看apache的页面,如果装成功了能访问到的页面如图,用120.0.1或者是通过ip访问
在这里插入图片描述
6.查看ip的命令是ifconfig
ifconfig在这里插入图片描述
在这里插入图片描述
扩展:

systemctl start httpd.service #启动

systemctl stop httpd.service #停止

systemctl restart httpd.service #重启

systemctl enable httpd.service #开机自启

systemctl disable httpd.service #开机不启动
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/208705
推荐阅读
相关标签
  

闽ICP备14008679号