Search code examples
phpapachecodeigniter

Website is down after the Azure VM restarted


We have a website deployed on apache (Ubuntu machine). After we restarted(stopped and started) the VM the website went down. The website is written in PHP/Codeigniter

I have started the apache by:

sudo /etc/init.d/apache2 start 

this is the status:

Feb 15 22:10:53 ***** systemd[1]: Starting The Apache HTTP Server...
Feb 15 22:10:53 *****  systemd[1]: Started The Apache HTTP Server.

We did not change anything in configs. I Never touched the codebase. Checked the Apps Service, it is running well.

Any idea where to look at?


Solution

  • here Troubleshoot application connectivity issues on virtual machines in Azure, and this Apache server not reachable inside Azure VM maybe is helpful