« Previous Next »

Thread: PHP installation error

Last post 06-15-2009 9:59 PM by anixter. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 06-14-2009, 4:46 PM

    • anixter
    • Not Ranked
    • Joined on 06-14-2009, 4:34 PM
    • Posts 2

    PHP installation error

    I am trying to get PHP working on my computer but I am not having any luck. I am running Vista sp1 IIS 7.0 PHP 5 Can someone help me? This is the error:

    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:80/phpinfo.php
    Physical Path C:\inetpub\wwwroot\phpinfo.php
    Logon Method Anonymous
    Logon User Anonymous
    Failed Request Tracing Log Directory C:\inetpub\logs\FailedReqLogFiles
    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
  • 06-15-2009, 1:30 AM In reply to

    • ksingla
    • Top 10 Contributor
    • Joined on 06-13-2006, 11:02 PM
    • Redmond, WA
    • Posts 862

    Re: PHP installation error

    Hi,

    Did you use PHP installer to configure IIS FastCGI for you or did you setup IIS configuration yourself? Error indicates that scriptProcessor property for PHP handler doesn't have a corresponding entry under system.webServer/fastCgi section. If you are using 5.2.8 or later version of PHP, you can undo what you did and use the windows installer which will configure everything properly. Else you can go through this article and configure the settings yourself.

    Thanks,
    Kanwal

    Follow me on twitter at http://twitter.com/kjsingla
  • 06-15-2009, 9:59 PM In reply to

    • anixter
    • Not Ranked
    • Joined on 06-14-2009, 4:34 PM
    • Posts 2

    Re: PHP installation error

    I tried reinstalling both PHP and IIS and still have been unable to get PHP to work. Any ideas? BTW..I don't see the FastCGI module in IIS. Thanks for your help in advance!

Page 1 of 1 (3 items)
Microsoft Communities