我使用ubuntu在虚拟机上配置了apache2服务器。这总是有效,但从昨天开始,我的网站突然无法加载。我认为它与我们的新网络路由器有关,但我不确定,因为它在最初几周工作。我已经配置了这些东西:
<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>
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
127.0.0.1 localhost
10.0.2.15 hello.int
ERR_CONNECTION_TIMED_OUT
ERR_CONNECTION_REFUSED