Monday, December 16, 2013

Handler "PHP55_via_FastCGI" has a bad module "FastCgiModule" in its module list

Trying to get a PHP app working on Windows Server 2012, I got the following error message

“HTTP Error 500.21 - Internal Server Error

Handler "PHP55_via_FastCGI" has a bad module "FastCgiModule" in its module list”

I’d installed PHP via the IIS Web Installer but had failed to do one more thing, enable CGI in ‘Add Roles and Features’ in Server Manager, under Web server (IIS)/Web Server/Application Development. After enabling that, everything sprang to life

7 comments:

  1. Thank you so much! This saved me tons of time...

    ReplyDelete
  2. Many thanks from belgium for shared
    info

    Larbi

    ReplyDelete
  3. instructions how to do that here:
    http://www.php.net/manual/en/install.windows.iis7.php

    ReplyDelete
  4. Thanks men, im going crazy with this error in our dev server!

    ReplyDelete
  5. Thanks from Macedonia,

    Marko

    ReplyDelete
  6. thanks from germany for this info :-)

    ReplyDelete
  7. Thanks. Link how to enabling CGI: https://technet.microsoft.com/en-us/library/cc753077(v=ws.10).aspx

    ReplyDelete