获取503错误,但Apache错误日志中没有任何内容

每当我尝试请求任何页面时,我都会收到503错误。 我真的不知道如何去解决这个问题。 我已经检查了error.log,这是它包含的内容:

[Fri Jan 13 19:03:41 2012] [notice] caught SIGWINCH, shutting down gracefully [Fri Jan 13 19:03:51 2012] [notice] Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.17 with Suhosin-Patch configured -- resuming normal operations [Fri Jan 13 19:08:59 2012] [notice] caught SIGWINCH, shutting down gracefully [Fri Jan 13 19:09:41 2012] [notice] Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.17 with Suhosin-Patch configured -- resuming normal operations [Fri Jan 13 19:11:59 2012] [notice] caught SIGWINCH, shutting down gracefully [Fri Jan 13 19:12:45 2012] [notice] Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.17 with Suhosin-Patch configured -- resuming normal operations [Fri Jan 13 19:13:03 2012] [notice] caught SIGWINCH, shutting down gracefully [Fri Jan 13 19:13:14 2012] [notice] Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.17 with Suhosin-Patch configured -- resuming normal operations [Sat Jan 14 11:25:28 2012] [notice] caught SIGWINCH, shutting down gracefully [Sat Jan 14 11:26:10 2012] [notice] Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.17 with Suhosin-Patch configured -- resuming normal operations [Sat Jan 14 11:34:34 2012] [notice] caught SIGWINCH, shutting down gracefully 

我认为这只是报告我已经从AWS控制台重新启动服务器。

此错误代码503意味着服务不可用 。 这是一个暂时的错误,在几种情况下可能会发生。 例如,如果您的客户端和服务器之间的代理服务器由于某种原因无法访问您的服务器,则可能会返回此错误。 如果您有一个没有任何(可用)后端服务器的HTTP负载均衡器,则可能会出现此错误,等等。 我想这也可能是由于尝试访问您的服务器时超时。

所以,你需要检查你的客户端和你的Web服务器之间的path。