Discuz 论坛的安装 2024-4-26 17:02 | 265 | 0 | 云计算,归档 91 字 | 4 分钟 一、安装Apache #安装httpd yum install -y httpd #启动httpd systemctl start httpd #查看启动状态 systemctl status httpd #添加开机启动 systemctl enable httpd #设置防火墙开放tcp80端口,第一个和第二个指令显示success,最后一个指令…