Question
What causes a site to experience a 500 internal server error?
Answer
A 500 Internal Server Error happens when the web server receives an unexpected error. If you're actively experiencing this issue, you can use the following process to monitor the Apache log for new errors:
Run:
# tail -n0 -f /var/log/apache2/error_log
- Refresh the website on which the error is happening on
- Exit the
tailcommand with CTRL+C and review the output
Comments
0 comments
Article is closed for comments.