• I am in the process of installing WordPress on IIS 6 with the latest version of PHP and MySQL. When I try going to phpinfo.php, I get this error:

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

    Error Details:

    ?Section [PHP52_via_FastCGI] not found in config file.
    ?Error Number: 1413 (0x80070585).
    ?Error Description: Invalid index.
    HTTP Error 500 – Server Error.
    Internet Information Services (IIS)

    This is what I have in my fcgiext.ini file:

    [Types]

    php=PHP52_via_FastCGI
    php=PHP

    [PHP]

    ExePath=c:\php\php-cgi.exe

    Any thoughts??

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Fast CGI Error’ is closed to new replies.