httpd

Apache httpd web service

yum安装apache

yum install httpd -y

启动关闭重启服务

systemctl enable httpd  #开机自动启动
systemctl start httpd
systemctl stop httpd
systemctl restart httpd