1. 安装Apache组件
[root@mycentos shell]# yum install httpd
2. 安装成功后,检测有无httpd进程
[root@mycentos shell]# ps -e |grep httpd
3. 如没有,启用该服务
[root@mycentos shell]# systemctl restart httpd.service
4. 使用浏览器访问本机IP地址,如果显示链接失败如下:
注意:如果你还是希望使用iptables来进行防火墙配置,记得一定要做下面设置:
[root@mycentos Desktop]# yum install iptables-services [root@mycentos Desktop]# systemctl enable iptables
评论专区