文件位置/etc/httpd/conf

httpd启动

1
systemctl start httpd.service

httpd停止

1
systemctl stop httpd.service

httpd重启

1
systemctl restart httpd.service

httpd开机启动

1
systemctl enable httpd.service

httpd开机不启动

1
systemctl disable httpd.service

查看httpd状态

1
systemctl status httpd.service