Azure VM 重启后网站关闭
Website is down after the Azure VM restarted
我们在 apache(Ubuntu 机器)上部署了一个网站。在我们重新启动(停止并启动)虚拟机后,网站关闭了。
网站写在PHP/Codeigniter
我通过以下方式启动了 apache:
sudo /etc/init.d/apache2 start
这是状态:
Feb 15 22:10:53 ***** systemd[1]: Starting The Apache HTTP Server...
Feb 15 22:10:53 ***** systemd[1]: Started The Apache HTTP Server.
我们没有更改配置中的任何内容。我从未接触过代码库。
检查了 Apps Service,运行 很好。
知道去哪里看吗?
这里Troubleshoot application connectivity issues on virtual machines in Azure,
这个 Apache server not reachable inside Azure VM 可能有帮助
我们在 apache(Ubuntu 机器)上部署了一个网站。在我们重新启动(停止并启动)虚拟机后,网站关闭了。 网站写在PHP/Codeigniter
我通过以下方式启动了 apache:
sudo /etc/init.d/apache2 start
这是状态:
Feb 15 22:10:53 ***** systemd[1]: Starting The Apache HTTP Server...
Feb 15 22:10:53 ***** systemd[1]: Started The Apache HTTP Server.
我们没有更改配置中的任何内容。我从未接触过代码库。 检查了 Apps Service,运行 很好。
知道去哪里看吗?
这里Troubleshoot application connectivity issues on virtual machines in Azure, 这个 Apache server not reachable inside Azure VM 可能有帮助