centos 7 安装Apache

2024-10-14 08:01:03

1、添加Google的DNS和更新下sed -i '1a nameserver 8.8.8.8&垆杪屑丝#39; /etc/resolv.confyum makecache fastyum -y update

centos 7 安装Apache

2、安装Apache服务鲻戟缒男yum -y install httpd httpd-devel gcc gcc-c++ libstdc++-devel autoconf automake libtool

centos 7 安装Apache

3、开启Apache服务加入启动项systemctl start httpd.servicesystemctl enable httpd.service

centos 7 安装Apache

4、防火墙允许Apache服务firewall-cmd --add-service=http --permanentsystemctl restart firewalld.service

centos 7 安装Apache

5、访问测试http://ip

centos 7 安装Apache
猜你喜欢