The FastCGI process exceeded configured activity timeout on shared hosting

喜夏-厌秋 提交于 2019-12-12 06:17:01

问题


I was using Godaddy asp.net shared hosting hosting the domain (mycampusnotes.com), everything was fine, until yesterday (15 April, 2015) at 4pm, I started to get these messages on my forum section of the website (http://mycampusnotes.com/forum and blog.mycampusnotes.com) [The forum loading time was fast since 10 months (around 2-3s), never had any issue since yesterday, no significant changes made in the code also]

Error link (snapshot containing 2 errors on 2 different subdomains) : http://i.stack.imgur.com/mXFq7.png

HTTP Error 500.0 - Internal Server Error
C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP54\php-cgi.exe - 
The FastCGI process exceeded configured activity timeout

and then this error comes

HTTP Error 500.0 - Internal Server Error
The FastCGI process has failed frequently recently. Try the request again in a while

After that my asp.net code also started to affect

Timeout expired. The timeout period elapsed prior to obtaining a connection
from the pool. This may have occurred because all pooled connections were in
use and max pool size was reached.

But now it seems that the above asp.net issue is gone, and the php issue still resides, I couldn't understand that I haven't changed any of the code, the error started to come automatically without any changes in the code [the forum (mybb) and the blog(wordpress) section is installed by the app versions of the Godaddy]. Php is working on other sub domains and asp.net code is also working fine on other subdomains, but I am getting the above timeout error in both forum [mycampusnotes.com/forum] and blog [blog.mycampusnotes.com]. Any input from the community will be highly appreciated and helpful. Thanks ! I have already called godaddy 5-6 times, but it seems there is some difficulty in resolving the issue.

My subdomains are working fine, except the blog one [blog.mycampusnotes.com] and the forum is not working [mycampusnotes.com/forum].

Summary

Hosting : Shared

Provider : Godaddy

IIS Version : 8.0

Error Code : 0x80070102 & 0x80004005

Error Details : configuration timeout error on the blog (blog.mycampusnotes.com) and forum (mycampusnotes.com/forum)

Status : Not resolved Resolved

PS : Sometime I also get a 503 error code on both the blog and forum.

Update : Sorry I had to undelete the post, I thought the issue got resolved, but still the issue is there :|

Update : Its been around 14hrs and the problem looks resolved, I didn't do anything from my end, if you are facing this error [unexpected internal 500's], then contact your hosting support team. :|

来源:https://stackoverflow.com/questions/29665913/the-fastcgi-process-exceeded-configured-activity-timeout-on-shared-hosting

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!