Hello all!
I got the following Problem:
I wanted to install a webshop on my Windows 2003 Server (fully patched).
The Installation of the webshop calls a SQL-Procedure. The procedure may run 1-2 Minutes.
After around 40 Seconds I get the following Error from the FastCGI Handler:
FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
- The FastCGI process exceeded configured activity timeout
- Error Number: 258 (0x80070102).
- Error Description: Der Wartevorgang wurde abgebrochen.
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
I changed the following settings:
PHP.ini:
max_execution_time = 300
fcgiext.ini:
ActivityTimeout = 300
RequestTimeout = 300
Than I restarted my server and executed the Installation again. But i get the same error after ~40 Seconds!
Anybody has some ideas to fix that problem? Would be really, really nice, if someone could help me! :)
Btw: Sorry for my bad english :))
Friendly Greets
w3bbY