答案 0 :(得分:1)
请按照以下步骤操作。
第1步:yum install httpd -y
这将安装Apache
第2步:systemctl enable httpd.service
第3步:systemctl start httpd.service
第4步:firewall-cmd --permanent --add-port=80/tcp
第5步:firewall-cmd --reload
完成所有这些步骤后,打开网络浏览器并转到http://localhost或http://127.0.0.1
您的命令看起来不错。但奇怪的是它没有识别出systemctl。
我能知道这个系统是什么吗?它是RHEL设置的测试吗?