« Previous Next »

Thread: IIS 6 PHP in FastCGI Error (0x80004005)

Last post 06-19-2009 10:48 AM by Trouts. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 06-19-2009, 8:53 AM

    • Trouts
    • Not Ranked
    • Joined on 06-19-2009, 8:41 AM
    • Posts 2

    IIS 6 PHP in FastCGI Error (0x80004005)

     Hi all,

     

    i'm getting the common error

    FastCGI Error
    The FastCGI Handler was unable to process the request.

    Error Details:

        * The FastCGI process exited unexpectedly
        * Error Number: -2147467259 (0x80004005).
        * Error Description: Unspecified error

    HTTP Error 500 - Server Error.
    Internet Information Services (IIS)

     

    I've applied the common solution in the .ini

    QueueLength=999
    MaxInstances=20
    InstanceMaxRequests=10000
    environmentVariables=PHP_FCGI_MAX_REQUESTS:10000

     

    But it still crashes on some files.
    It crashes on any script with a little more processing like one that receives POST data, verifies and saves it to the database (for example).

     

    I'm using Win 2003 Server x64 with IIS 6.0 and the latest FastCGI x64 .

     

    Best Regards,

    Carlos

  • 06-19-2009, 9:45 AM In reply to

    Re: IIS 6 PHP in FastCGI Error (0x80004005)

    That's a security error, access denied.  Chack permissions on the files/folders being accessed.

    Jeff

    Look for Wrox's new book Professional IIS 7 in your local bookstore, or order now at Amazon.com
  • 06-19-2009, 10:48 AM In reply to

    • Trouts
    • Not Ranked
    • Joined on 06-19-2009, 8:41 AM
    • Posts 2

    Re: IIS 6 PHP in FastCGI Error (0x80004005)

    ok, i've even got to set full control recursive to everyone on c:\PHP . Files on virtual directory are full control everyone too. Still having the error. Curiously when i put die("test"); in the begginning of the error file it works, but if i add a comment line /* comment */ somewhere below it it errors again... it's a bit random. Event viewer says : Faulting application php-cgi.exe, version 5.2.5.5, faulting module php5ts.dll, version 5.2.5.5 ... Any ideas? :/
Page 1 of 1 (3 items)