/etc/httpd
#启动 systemctl start httpd.service #中止 systemctl stop httpd.service #重启 systemctl restart httpd.service
#开机启动 systemctl enable httpd.service #开机不启动 systemctl disable httpd.service
systemctl status httpd.service