In 24 hours or 48 hours interval my sites can’t be browser. If I do reboot the server then it’s do work smoothly and gain after few hours same issue back. Is the Apache become full or usage or something else ? I have set monitor and nothing is more than 70%.
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.
Hello,
Do you receive any error messages when you access the websites in the browser or it’s just trying to load the site and then it fails after some time? You can check if the apache error log if the workers are exceeded or if there is another error logged in.
You can tail the apache error log for the last 100 rows entered in:
The location of the log might be different, e.g /usr/local/apache/logs/error_log
Let me know how it goes.
Alex