My site was working less than an hour ago - insight.gan.co
However it now shows HTTP Error 500. Looking at DigitalOcean dash, I don’t see any issues with my droplets (though I’m pretty non technical!)
Help?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi there @DaniGAN,
It seems like an issue with Apache or PHP, I would recommend following the steps from this answer here on how to troubleshoot common Apache problems:
https://www.digitalocean.com/community/questions/how-to-troubleshoot-common-apache-issues-on-linux-server
Feel free to share the output of the commands here so that I could advise you further.
I would recommend starting with your Apache error log, you can check the last 100 entries with this command here:
This would give you more information about the actual problem.
Regards, Bobby