centos 7 安装Apache

2026-04-16 00:24:04

1、添加Google的DNS和更新下露粒

sed -i '1a nameserver 8.8.8.8' /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.service

systemctl enable httpd.service

centos 7 安装Apache

4、防火墙眠巨王允倘耍许Apache服务

firewall-cmd --add-service=http --permanent

systemctl restart firewalld.service

centos 7 安装Apache

5、访问测试

http://ip

centos 7 安装Apache

相关推荐
  • 阅读量:172
  • 阅读量:24
  • 阅读量:143
  • 阅读量:31
  • 阅读量:37
  • 猜你喜欢