• I’m looking for some starting guidance on this issue. Occassionally (a few times a month) our website services will be stopped and the website unreachable. To fix the issue I simply restart the services, but cannot tell what is causing the issue. Most of the time its noticed late at night or first thing in the morning.
    I’m not as familiar with troubleshooting an issue like this. Is there a crash file or log file that is a recommended starting place? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Have you looked at /var/log/messages and the logs for the service instances?

    It seems like you’re facing intermittent issues with your website services, where the website becomes unreachable and you need to restart the services to resolve the problem. To troubleshoot this issue, there are a few steps you can take and some log files you can check for more information.

    1. Check server logs: Start by reviewing the server logs, which often contain valuable information about errors, warnings, and other events. The specific location of the logs depends on the web server software you’re using. For example, with Apache, the logs are typically found in the “/var/log/apache2” directory. Look for any error messages or patterns that coincide with the times when the website becomes unreachable.
    2. Application logs: If your website relies on an application framework or CMS (Content Management System), it’s worth checking the application’s logs as well. These logs might provide insights into any issues occurring within the application itself. Look for any error messages or unusual behavior recorded in the logs.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Website Services are Stopped’ is closed to new replies.