Linux学习笔记-----如何用本地主机(win7)的浏览器访问虚拟机中的Apache服务器中的网页:??
如何用本地主机(win7)的浏览器访问虚拟机中的Apache服务器中的网页:??(前提是,本地主机和虚拟机可以互相ping 通)1.成功安装Apache : yum -y install httpd2.启动Apache : service httpd start3.关闭虚拟机Centos 的防火墙: service iptab
·
如何用本地主机(win7)的浏览器访问虚拟机中的Apache服务器中的网页:??
(前提是,本地主机和虚拟机可以互相ping 通)
1.成功安装Apache : yum -y install httpd
2.启动Apache : service httpd start
3.关闭虚拟机Centos 的防火墙: service iptables stop
4.把网页放入虚拟机的:/var /www/html/目录下。
5.在本地主机中的浏览器中输入centos的IP地址。
更多推荐
已为社区贡献2条内容
所有评论(0)