安装Apache
yum install httpd -y
配置Apache
vim /etc/httpd/conf/httpd.conf
启动Apache服务
systemctl start httpd
添加Apache服务开机自启动
systemctl enable httpd
打开web浏览器测试
安装Apache
yum install httpd -y
配置Apache
vim /etc/httpd/conf/httpd.conf
启动Apache服务
systemctl start httpd
添加Apache服务开机自启动
systemctl enable httpd
打开web浏览器测试