How to Detect cause of 503 Service Temporarily Unavailable error and handle it?
问题 i am getting the error 503 Service Temporarily Unavailable many times in my application and i want to detect why this error occurs, how ? if there's a log file or something like that, since i am not familiar with apache. second thing is that, is it possible to handle this error, that when it occurs apache is restarted ? 回答1: There is of course some apache log files. Search in your apache configuration files for 'Log' keyword, you'll certainly find plenty of them. Depending on your OS and