« Previous Next »

Thread: HTTP Error 500.0 <handler> scriptProcessor could not be found in <fastCGI>

Last post 11-09-2009 6:16 AM by rvsuresh. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 09-25-2008, 8:10 AM

    • ShinX
    • Not Ranked
    • Joined on 09-25-2008, 12:07 PM
    • Posts 2

    HTTP Error 500.0 <handler> scriptProcessor could not be found in <fastCGI>

    Internet Information Services 7.0

    Error Summary

    HTTP Error 500.0 - Internal Server Error

    <handler> scriptProcessor could not be found in <fastCGI> application configuration

    Detailed Error Information
    Module FastCgiModule
    Notification ExecuteRequestHandler
    Handler PHP via FastCGI
    Error Code 0x80070585
    Requested URL http://localhost/index.php
    Physical Path C:\inetpub\wwwroot\index.php
    Logon Method Anonymous
    Logon User Anonymous
    Most likely causes:
    • IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
    • IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
    • IIS was not able to process configuration for the Web site or application.
    • The authenticated user does not have permission to use this DLL.
    • The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.
    Things you can try:
    • Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.
    • Check the event logs to see if any additional information was logged.
    • Verify the permissions for the DLL.
    • Install the .NET Extensibility feature if the request is mapped to a managed handler.
    • Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here.
    Links and More InformationThis error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error.

    View more information »

    Microsoft Knowledge Base Articles:

    • 294807

    This is the problem I am recieving anyone know any solutions, Im going all over the place trying to fix it, Ive tried a few things but nothing is working.
  • 09-27-2008, 5:02 AM In reply to

    • mukhtard
    • Top 50 Contributor
    • Joined on 07-07-2008, 9:13 PM
    • Redmond, WA
    • Posts 202

    Re: HTTP Error 500.0 <handler> scriptProcessor could not be found in <fastCGI>

    Please can you give more details on how you are setting up fastCgi and any other relevant information?
    Also what bitness of the OS are you using?

    Thanks,
    Mukhtar Desai
    IIS Performance Team

  • 09-29-2008, 5:48 AM In reply to

    • ShinX
    • Not Ranked
    • Joined on 09-25-2008, 12:07 PM
    • Posts 2

    Re: HTTP Error 500.0 <handler> scriptProcessor could not be found in <fastCGI>

    Well I am using windows vista, using php via fast cgi and I get this error on iis 7. I realised a setting in the php.ini config file caused this.

    It was the error_reporting  =  E_STRICT feature I had on caused this to occur rather then
    outputting general error messages.

    This was simply fixed by changing error_reporting = E_STRICT to error_reporting = E_ALL.

    Hope this helps anyone else with similar problems that I have been having thanks for your time
    with this is well :D. 

  • 11-09-2009, 6:16 AM In reply to

    • rvsuresh
    • Not Ranked
    • Joined on 10-27-2009, 6:22 AM
    • Posts 2

    Re: HTTP Error 500.0 <handler> scriptProcessor could not be found in <fastCGI>

    Server 2008, PHP 5.2.11 version

    coming  same error

     

    Internet Information Services 7.0

    Error Summary

    HTTP Error 500.0 - Internal Server Error

    The page cannot be displayed because an internal server error has occurred.

    Detailed Error Information
    Module FastCgiModule
    Notification ExecuteRequestHandler
    Handler PHP_via_FastCGI
    Error Code 0x00000000
    Requested URL http://localhost:81/example.php
    Physical Path C:\inetpub\wwwroot\php\OpenInviter\example.php
    Logon Method Anonymous
    Logon User Anonymous
    Most likely causes:
    • IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
    • IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
    • IIS was not able to process configuration for the Web site or application.
    • The authenticated user does not have permission to use this DLL.
    • The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.
Page 1 of 1 (4 items)
Microsoft Communities