Mr
The sites I host are showing a 503 error, the server is temporarily unavailable, what should I do?
-
Hey there! Whenever you see an error on the websites the first thing to check is always the main Apache log at /etc/apache2/logs/error_log. You can run this command to watch the log in real-time while you load the site:
tail -f /etc/apache2/logs/error_log
and that will show you what is happening with Apache. With a 503 error I would expect it to show something helpful.
0 -
Thanks it was helpful
0 -
You're very welcome!
0
Please sign in to leave a comment.
Comments
3 comments