CentOS7.6中Apache服务常见操作——启动关闭查看状态等

淩亂°似流年 2022-03-09 02:10 1354阅读 0赞

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是否已经安装了开机自动启动

显示以下内容即已成功设置:

20190311222024368.png

3. 检查httpd状态

systemctl status httpd.service #检查状态

参考文章:CentOS7.6中安装Apache及Apache常见操作和配置说明

发表评论

表情:
评论列表 (有 0 条评论,1354人围观)

还没有评论,来说两句吧...

相关阅读