ervice httpd start #启动
service httpd restart #重新启动
service httpd stop #停止服务
systemctl start httpd #启动 systemctl stop httpd #停止 systemctl restart httpd #重启
systemctl enable httpd #开机启动 systemctl disable httpd #开机不启动
systemctl status httpd
原文:https://www.cnblogs.com/hahahu/p/11444834.html