500 internal server error

时间:2011-06-21 作者:sarat

我的网站经常面临500.0内部服务器。

错误详细信息如下所示。

HTTP Error 500.0 - Internal Server Error
C:\\PHP\\php-cgi.exe - The FastCGI process exceeded configured activity timeout

Module  FastCgiModule
Notification    ExecuteRequestHandler
Handler PHP_via_FastCGI
Error Code  0x80070102
Requested URL   http://mydomain.com:80/index.php
Physical Path   C:\\HostingSpaces\\coderefl\\mydomain.com\\wwwroot\\index.php
Logon Method    Anonymous
Logon User  Anonymous
当我联系支持团队时,他们说我的网站正在进行大量SQL查询。我不知道如何调试这个。但我的网站非常小,数据库也经过了优化。我正在运行wordpress作为平台。如何解决此问题。

1 个回复
最合适的回答,由SO网友:markratledge 整理而成

您的站点代码反映。com没有那么重。可能是Suffusion主题及其选项,可进行大量DB调用。我会用http://wordpress.org/extend/plugins/debug-queries/ 查看调用了哪些查询以及调用了多少查询。也可能是你在softlayer的共享框上,与其他人“太”共享。

结束

相关推荐