Hey there,
My server “4 GB Memory / 80 GB Disk / TOR1 - Ubuntu 16.04.2 x64” was working fine until I’ve installed the page speed module for Apache: https://www.digitalocean.com/community/tutorials/how-to-get-started-with-mod_pagespeed-with-apache-on-an-ubuntu-and-debian-cloud-server. I didn’t install the Nginx module since my web server is apache.
I didn’t change anything else, kept all the default settings, but since then, all the websites on the server crash every hour or so … then when I restart Apache everything works for another hour. Am I missing something here? By crashing I mean, when I go to the website, it returns a 500 error.
I’ve installed Vesta CP on the server. What I find weird is that I can still access the cpanel when the other websites are down, which indicates that the server is not down itself but something that has to do with the virtual hosts.
Maybe one of you have had that problem before.
Thanks in advance.
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!
VestaCP like most web hosting control panels runs using a separate daemon from your main website in order to remain available even if the main web server goes down.
A 500 error is a script error. In this case it means that Apache’s mod_php encountered an error when trying to process the requested URL. All 500 errors should output further details on the error encountered in the web server’s log file (on nginx it’s in the php-fpm log file instead) which can be found at /var/log/apache2/error.log by default on Ubuntu though this file could be elsewhere (in the site directory) when using VestaCP.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.