概述
1. 启动、终止、重启
systemctl start httpd.service #启动
systemctl stop httpd.service #停止
systemctl restart httpd.service #重启
2. 设置开机启动/关闭
systemctl enable httpd.service #开机启动
systemctl disable httpd.service #开机不启动
systemctl list-unit-files | grep httpd # 检查Apache是否已经安装了开机自动启动
显示以下内容即已成功设置:
3. 检查httpd状态
systemctl status httpd.service #检查状态
参考文章:CentOS7.6中安装Apache及Apache常见操作和配置说明
最后
以上就是拼搏大侠为你收集整理的CentOS7.6中Apache服务常见操作——启动关闭查看状态等的全部内容,希望文章能够帮你解决CentOS7.6中Apache服务常见操作——启动关闭查看状态等所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复