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内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复