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
Thank you so much! This saved me tons of time...
ReplyDeleteMany thanks from belgium for shared
ReplyDeleteinfo
Larbi
instructions how to do that here:
ReplyDeletehttp://www.php.net/manual/en/install.windows.iis7.php
Thanks men, im going crazy with this error in our dev server!
ReplyDeleteThanks from Macedonia,
ReplyDeleteMarko
thanks from germany for this info :-)
ReplyDeleteThanks. Link how to enabling CGI: https://technet.microsoft.com/en-us/library/cc753077(v=ws.10).aspx
ReplyDelete