FastCgiModule Error 500 on Windows7 Ultimate + IIS 7.5

Posted by user63179 on Server Fault See other posts from Server Fault or by user63179
Published on 2010-12-10T00:24:27Z Indexed on 2012/06/29 9:18 UTC
Read the original article Hit count: 212

Filed under:
|
|

I'm running IIS 7.5 on Windows 7 Ultimate. I've installed PHP Version 5.2.14 using Microsoft Web Platform Installer. I've created a virtual directory and a file with which I can browse it and it returns all the PHP information just fine.

I'm trying to install MantisBT, and when I copy all the file to my virtual directory and browse index.php I receive the following error detail:

Error Summary

HTTP Error 500.0 - Internal Server Error
The page cannot be displayed because an internal server error has occurred.

Detailed Error Information

Module FastCgiModule
Notification ExecuteRequestHandler
Handler PHP_via_FastCGI
Error Code 0x00000000
Requested URL http://localhost:80/mantisbt/index.php
Physical Path V:\wwwroot\mantisbt\index.php
Logon Method Anonymous
Logon User Anonymous

I've changed these in the php.ini file:
fastcgi.impersonate = 1
fastcgi.logging = 0
cgi.fix_pathinfo=1
cgi.force_redirect = 0

The Handler Mappings have this information:
Request path: *.php
Module: FastCgiModule
Executable: C:[Path to PHP installation]\php-cgi.exe
Name: PHP_via_FastCGI

Thank you for any advice on this!!

© Server Fault or respective owner

Related posts about php

Related posts about iis7.5