簡體   English   中英

FastCGI進程在帶有php 7.0.9 x64的Windows Server 2012 R2上意外退出

[英]The FastCGI process exited unexpectedly on Windows Server 2012 R2 with php 7.0.9 x64

當我試圖在IIS上托管PHP網站時,我遇到了這個問題。

IIS 8.5(Server 2012 R2)和PHP 7.0.9

當我將版本切換到PHP 5.3時,它工作正常。 但PHP 7給出了這個錯誤。

HTTP錯誤500.0 - 內部服務器錯誤C:\\ Program Files(x86)\\ PHP \\ v7.0 \\ php-cgi.exe - FastCGI進程意外退出

詳細錯誤信息:

Module     FastCgiModule 
Notification       ExecuteRequestHandler
Handler    PHP_via_FastCGI
Error Code     0xc0000135 
Requested URL      http://localhost/index.php
Physical Path      C:\inetpub\wwwroot\index.php
Logon Method       Anonymous
Logon User     Anonymous

其他幾個鏈接告訴我,我缺少VC ++可再發行組件2015,所以我也嘗試安裝它,但它也無法安裝anf給了我以下錯誤:

error code : 0x80240017
Log:

[079C:029C][2016-09-12T01:41:52]i325: Registering dependency: {e46eca4f-393b-40df-9f49-076faf788d83} on package provider: Microsoft.VS.VC_RuntimeAdditionalVSU_amd64,v14, package: vcRuntimeAdditional_x64
[079C:029C][2016-09-12T01:41:52]i301: Applying execute package: Windows81_x64, action: Install, path: C:\ProgramData\Package Cache\FC6260C33678BB17FB8B88536C476B4015B7C5E9\packages\Patch\x64\Windows8.1-KB2999226-x64.msu, arguments: '"C:\Windows\SysNative\wusa.exe" "C:\ProgramData\Package Cache\FC6260C33678BB17FB8B88536C476B4015B7C5E9\packages\Patch\x64\Windows8.1-KB2999226-x64.msu" /quiet /norestart'
[079C:029C][2016-09-12T01:41:57]e000: Error 0x80240017: Failed to execute MSU package.
[08A4:0680][2016-09-12T01:41:57]e000: Error 0x80240017: Failed to configure per-machine MSU package.
[08A4:0680][2016-09-12T01:41:57]i319: Applied execute package: Windows81_x64, result: 0x80240017, restart: None
[08A4:0680][2016-09-12T01:41:57]e000: Error 0x80240017: Failed to execute MSU package.
[079C:029C][2016-09-12T01:41:57]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{e46eca4f-393b-40df-9f49-076faf788d83}, resume: ARP, restart: None, disable resume: No
[079C:029C][2016-09-12T01:41:57]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{e46eca4f-393b-40df-9f49-076faf788d83}, resume: ARP, restart initiated: No, disable resume: No
[08A4:0680][2016-09-12T01:41:57]i399: Apply complete, result: 0x80240017, restart: None, ba requested restart:  No

請在Windows中安裝Universal C Runtime的更新.Windows中的Universal C Runtime


之后嘗試再次安裝VC ++ ..

在以下鏈接上找到答案:

https://support.microsoft.com/en-us/kb/3057448

原因→第4點

安裝更新KB 2919355和其他在同一個包中。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM