Question
Apache server goes down constantly
Hello,
I have an application under ruby on rails, Apache with passenger and postgresql database, I have the problem that the server is constantly down, to fix this, I have to enter from the terminal to reset the server, digital reports that the server is running at 100%, I think that is running a process in bakground which is doing down the server If someone knows that it can be or have any idea of how to solve it I would be a great help, Thanks a lot.
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.
×
The first thing I’d recommend is to review your apache logs in /var/log/apache2/error.log to see what messages are being recorded when the process exits (if any). You can also use the
top
command to get an idea of the resources that running processes are using.I have the same issue. For your information, this kind of errors only happen with Digital Ocean. I used to use AWS and it was working o.k even with the same machine configuration