Windows 2012 R2 64 Bit Server
IIS 8.5
PHP 5.3.28
I just moved my web sites from a windows 2003 server with IIS 6.
Yesterday I installed PHP on the new web server using Web Platform Installer 5.0
created a test php page
<?php
phpinfo();
?>
Opened IE on the web server
http://localhost/phpinfo.php
I got this error 500
TTP Error 500.0 - Internal Server Error
C:\Program Files (x86)\PHP\v5.6\php-cgi.exe
- The FastCGI process exited unexpectedly
Most likely causes:
•IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
•IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
•IIS was not able to process configuration for the Web site or application.
•The authenticated user does not have permission to use this DLL.
•The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.
Things you can try:
•Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.
•Check the event logs to see if any additional information was logged.
•Verify the permissions for the DLL.
•Install the .NET Extensibility feature if the request is mapped to a managed handler.
•Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here.
Detailed Error Information:
Module
FastCgiModule
Notification
ExecuteRequestHandler
Handler
PHP_via_FastCGI
Error Code
0x000000ff
Requested URL
http://localhost:80/phpinfo.php
Physical Path
C:\inetpub\wwwroot\phpinfo
.php
Logon Method
Anonymous
Logon User
Anonymous
In the Event Log I got the error 1000
Log Name: Application
Source: Application Error
Date: 6/6/2015 9:18:37 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: SERV013.FQDN.com
Description:
Faulting application name: php-cgi.exe, version: 5.6.0.0, time stamp: 0x53fe294e
Faulting module name: MSVCR110.dll, version: 6.3.9600.17736, time stamp: 0x550f42c2
Exception code: 0xc0000135
Fault offset: 0x0009d4f2
Faulting process id: 0x17e4
Faulting application start time: 0x01d0a05b4c0255bf
Faulting application path: C:\Program Files (x86)\PHP\v5.6\php-cgi.exe
Faulting module path: MSVCR110.dll
Report Id: 89b1fda0-0c4e-11e5-80c8-00
1d09fae057
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="
http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</Event
ID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000
</Keywords
>
<TimeCreated SystemTime="2015-06-06T13:
18:37.0000
00000Z" />
<EventRecordID>18273</Even
tRecordID>
<Channel>Application</Chan
nel>
<Computer>SERV013.FQDN.com
</Computer
>
<Security />
</System>
<EventData>
<Data>php-cgi.exe</Data>
<Data>5.6.0.0</Data>
<Data>53fe294e</Data>
<Data>MSVCR110.dll</Data>
<Data>6.3.9600.17736</Data
>
<Data>550f42c2</Data>
<Data>c0000135</Data>
<Data>0009d4f2</Data>
<Data>17e4</Data>
<Data>01d0a05b4c0255bf</Da
ta>
<Data>C:\Program Files (x86)\PHP\v5.6\php-cgi.exe
</Data>
<Data>MSVCR110.dll</Data>
<Data>89b1fda0-0c4e-11e5-8
0c8-001d09
fae057</Da
ta>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
I searched the server for MSVCR110.dll could not be found
What am I missing here?
Thanks
Tom
http://www.microsoft.com/en-us/download/details.aspx?id=30679