Hello,
I'm trying to install the PHP FastCGI module on an IIS 7.5 server, but could not succeed for some reason. I followed all the recommandations found in the different topics of this forums, but all I can end up with is an HTTP Error 500 :
C:\Program Files\PHP\php-cgi.exe - The FastCGI process exited unexpectedly
The advanced logging features gives me the following error message when invoking the PHP executable :
| ModuleName |
FastCgiModule |
| Notification |
128 |
| HttpStatus |
500 |
| HttpReason |
Internal Server Error |
| HttpSubStatus |
0 |
| ErrorCode |
255 |
| ConfigExceptionInfo |
|
| Notification |
EXECUTE_REQUEST_HANDLER |
| ErrorCode |
The extended attributes are inconsistent. (0xff) |
I tried lots of things to get this stupid server to work, gave all permissions to everyone to the web root folder and PHP folder and used the system account the the app pool. The command line version of PHP (just did a php.exe -info) seems to work fine. So I'm out of ideas here.
Maybe there's a problem in IIS 7.5 and FastCGI ? Or do you have any suggestion to make this work ?
Thanks