centos8安装和配置apache

安装

 yum install httpd

启动

systemctl start httpd

查看状态

systemctl status httpd

配置目录

vim /etc/httpd/conf/httpd.conf

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_35958891/article/details/108258541