IIS PHP Error.

DiverseLulz

Learning C# :D
Sep 26, 2011
90
9
So the title states that I'm having a PHP Error with IIS.
Below is error that appears;

Code:
HTTP Error 500.0 - Internal Server Error
C:\Program Files (x86)\PHP\v5.3\php-cgi.exe - The FastCGI process exited unexpectedly
Detailed Error Information
Module    FastCgiModule
Notification    ExecuteRequestHandler
Handler    PHP53_via_FastCGI
Error Code    0x000000ff
Requested URL    http://178.18.246.101:80/index.php?url=staff
Physical Path    C:\inetpub\wwwroot\index.php
Logon Method    Anonymous
Logon User    Anonymous

Any ideas on how I could fix this problem?
Thanks in advanced.
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
So the title states that I'm having a PHP Error with IIS.
Below is error that appears;

Code:
HTTP Error 500.0 - Internal Server Error
C:\Program Files (x86)\PHP\v5.3\php-cgi.exe - The FastCGI process exited unexpectedly
Detailed Error Information
Module    FastCgiModule
Notification    ExecuteRequestHandler
Handler    PHP53_via_FastCGI
Error Code    0x000000ff
Requested URL    http://178.18.246.101:80/index.php?url=staff
Physical Path    C:\inetpub\wwwroot\index.php
Logon Method    Anonymous
Logon User    Anonymous

Any ideas on how I could fix this problem?
Thanks in advanced.
Do you have your web.config?
 

Users who are viewing this thread

Top