在VirtualBox上访问Web服务器的方法

虚拟机上成功搭建了Linux服务器,但是我在想要构建一个Web服务器,并且能从本地访问网页,我该怎么办呢?于是我实际尝试进行了构建。

建立环境

Linux服务器:CentOS7
网络服务器:Apache2.4

安装和配置Apache。

检查提供的 Apache httpd 2.4 版本。

yum info httpd

安装Apache httpd。

yum -y install httpd

将Apache配置为自动启动。

systemctl enable httpd.service

确认Apache的启动和停止

systemctl stop httpd.service
systemctl start httpd.service
systemctl status httpd.service

设置防火墙的配置
设置防火墙以允许HTTP访问的配置

firewall-cmd --add-service=http --zone=public --permanent
firewall-cmd --reload

在VirtualBox中设置端口转发。

在虚拟机设置中,找到网络选项并点击端口转发设置,
添加一个新的端口转发规则
【规则添加】

名前プロトコルホストポートゲストポートRoule1TCP8080

访问web服务器

请访问下列网址。

127.0.0.1:80
テストページ

请查看链接。

在CentOS 7上使用yum安装Apache httpd 2.4的步骤
访问虚拟机上的ApacheHttpServer的操作

广告
将在 10 秒后关闭
bannerAds