关闭 httpd 服务:
bash
systemctl stop httpd
禁用 httpd 服务开机自启动:
bash
systemctl disable httpd
删除 httpd 软件包:
bash
yum remove httpd