[TOC]
apache
apache安装
yum install -y httpd # 安装apache
systemctl start httpd.service # 启动服务
systemctl enable httpd.service # 开机自动启动
2022/5/24大约 6 分钟
[TOC]
yum install -y httpd # 安装apache
systemctl start httpd.service # 启动服务
systemctl enable httpd.service # 开机自动启动