[root@localhost ~]# curl 127.0.0.1
curl: (7) Failed connect to 127.0.0.1:80; 拒绝连接
解决方法
yum install httpd
systemctl enable httpd
systemctl start httpd
[root@localhost ~]# curl 127.0.0.1
curl: (7) Failed connect to 127.0.0.1:80; 拒绝连接
解决方法
yum install httpd
systemctl enable httpd
systemctl start httpd