« Previous Next »

Thread: FastCGI Error

Last post 03-06-2008 11:12 PM by StephenJII. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 03-06-2008, 2:31 AM

    • oferpld
    • Not Ranked
    • Joined on 09-05-2006, 12:48 PM
    • Posts 1

    FastCGI Error

    Hi there,

    Currently I am trying to run PHP pages (PHP 5.2.5) under IIS 6 (windows server 2003) without any luck. I keep getting the following pages:

    FastCGI Error

    The FastCGI Handler was unable to process the request.

    Error Details:

    • The FastCGI process exited unexpectedly
    • Error Number: -1073741819 (0xc0000005).
    • Error Description: Unknown Error

    I did not see any refference to the that kind of error message.

    Please advice, Ofer.

  • 03-06-2008, 11:12 PM In reply to

    Re: FastCGI Error

    Make sure that these two items in your ini file are in sync:

    InstanceMaxRequests=5000
    EnvironmentVars=PHP_FCGI_MAX_REQUESTS:5000

     If the PHP_FCGI_MAX_REQUESTS is not set then PHP will kill the FCGI process after 500 requests causing the error above. Also, double check that you enter it correctly. The sample docs that is referenced here shows the syntax for using the .js file which is different from what you manually enter.

     -Stephen

Page 1 of 1 (2 items)
Microsoft Communities