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