标签:web star install enable 服务 yum 软件包 ref firefox
1.安装httpd软件包
]# yum -y install httpd
2.重起httpd服务
]# systemctl start httpd
]# systemctl enable httpd
3.创建网页文件
]# vim /var/www/html/index.html
myweb
4.物理机查看
zk ~]# firefox 10.10.11.10
标签:web star install enable 服务 yum 软件包 ref firefox
原文地址:https://www.cnblogs.com/luwei0915/p/12128377.html