七叶笔记 » Linux » centos如何启动apache服务

centos如何启动apache服务

系统:CentOS 7

启动Apache命令

systemctl start httpd

重启Apache命令

systemctl restart httpd

停止Apache命令

systemctl stop httpd

推荐教程:centos教程

相关文章