I have similar issue on my server. I think that your solution could work for me too. Can you explain what you mean with removing files from inetsrv? Did you moved them into c:\php? Sorry, I am newbie with world of IIS =o).
c:\windows\system32\inetsrv is where IIS lives, and is where FastCGI was originally installed.
Yes, I moved the files from there to c:\php, and configured IIS to load the DLL from there instead of the default.
Hi. I have the same problem and still find no solution. I tried all advices I found, but nothing helped. What's wrong? Please, somebody, help!)) I feel I'm going crazy.
<div style="text-align: left;" id="result_box" dir="ltr">I'm having problems with PHP on Windows when using WHMCS panel, almost everything that I use returns timeout error.
I am using Windows 2003, PHP with FastCGI and has set a longer time even more so return error.
If you are increasing the value in fcgiext.ini, you have to specify it in the bottom section below the [PHP] header. If you just uncomment it in the top part, it will not work.
Just my experience from trial and error. You may need to Recycle the Application Pool for the settings to be applied.
AceNZ
10 Posts
Re: FastCGI process exceeded configured activity timeout
Aug 29, 2008 08:36 PM|LINK
c:\windows\system32\inetsrv is where IIS lives, and is where FastCGI was originally installed.
Yes, I moved the files from there to c:\php, and configured IIS to load the DLL from there instead of the default.
IISi
2 Posts
Re: FastCGI process exceeded configured activity timeout
Aug 29, 2008 09:34 PM|LINK
Thanks for your quick answer. Couple of questions to make me sure what I am really doing;
1) Do I have to move ALL the files from inetsrv to c:\php? Is there difference between copying or moving them - so, can I just copy them?
2) You mean that dll is fcgiext.dll and the FastCGI path is after configuration c:\php\fcgiext.dll
heximal
1 Post
Re: FastCGI process exceeded configured activity timeout
Sep 16, 2008 08:51 PM|LINK
Deguir
1 Post
Re: FastCGI process exceeded configured activity timeout
Feb 21, 2009 07:14 PM|LINK
I am using Windows 2003, PHP with FastCGI and has set a longer time even more so return error.
What could be?</div>
PHP FastCGI
captaingeek@...
2 Posts
Re: FastCGI process exceeded configured activity timeout
Mar 18, 2009 10:55 PM|LINK
hex, what os / version of iis are you running? what ver of php? need more details.
works good on iis7 w/ admin pak and setting php timeout in iis admin.
akatherder
1 Post
Re: FastCGI process exceeded configured activity timeout
Apr 13, 2009 02:11 PM|LINK
If you are increasing the value in fcgiext.ini, you have to specify it in the bottom section below the [PHP] header. If you just uncomment it in the top part, it will not work.
Just my experience from trial and error. You may need to Recycle the Application Pool for the settings to be applied.