一、实验环境搭建与基础验证 1.1 测试环境配置 本次实验采用Rocky Linux 8作为Web服务主机,配置Apache HTTP服务。关键步骤如下: # 安装基础工具yum install -y httpd wget curl# 配置服务自启动systemctl enable……