为什么我的/ var / www中的开发网站没有加载?

时间:2016-04-02 11:16:14

标签: apache ubuntu localhost virtualbox development-environment

我使用ubuntu在虚拟机上配置了apache2服务器。这总是有效,但从昨天开始,我的网站突然无法加载。我认为它与我们的新网络路由器有关,但我不确定,因为它在最初几周工作。我已经配置了这些东西:

000-default.conf

<VirtualHost *:80>
        ServerName hello.int
        ServerAdmin email@hotmail.com
        DocumentRoot /var/www/hello.int/public
        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

/etc/apache2/apache.conf

<Directory /var/www/>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
</Directory>

在Windows中托管文件

127.0.0.1 localhost
10.0.2.15 hello.int

共享地图设置和网络设置虚拟框

enter image description here enter image description here

当我冲浪到 localhost:8080

时,我看到了什么

enter image description here

当我浏览hello.int(在windows主机系统中)

ERR_CONNECTION_TIMED_OUT

当我浏览127.0.0.1(在Windows主机系统中)

ERR_CONNECTION_REFUSED

当我ping到127.0.0.1(在Windows主机系统中)

enter image description here

0 个答案:

没有答案