搜索

centos7怎么安装apache2

发布网友 发布时间:2022-02-26 21:23

我来回答

3个回答

懂视网 时间:2022-02-27 01:45

产品型号:Thinkpad E15

系统版本:centos8

apache安装方法:

通过yum安装并启动apache服务

[root@xuegod63 ~]# yum install -y httpd

[root@xuegod63 ~]# systemctl start httpd

[root@xuegod63 ~]# iptables -F  #清空防火墙

打开浏览器,访问虚拟机的IP地址:http://192.168.1.63/

 

可以访问,成功,说明apache安装成功了。

总结:

1. yum install -y httpd

2. systemctl start httpd

热心网友 时间:2022-02-26 22:53

yum -y install httpd httpd-devel gcc gcc-c++ libstdc++-devel autoconf automake libtool
systemctl start httpd.service
systemctl enable httpd.service
firewall-cmd --permanent --add-service http
systemctl restart firewalld.service

热心网友 时间:2022-02-27 00:11

yum -y install httpd
声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。
E-MAIL:11247931@qq.com
Top