赞
踩
Win2008(IIS+PHP7.2.33)无法显示详细错误(始终显示500友好错误)
或者提示The FastCGI process exited unexpectedly
--------------------------------
一、Web.config 添加
<system.webServer>
<httpErrors errorMode="DetailedLocalOnly" existingResponse="PassThrough"></httpErrors>
<system.webServer>
--------------------------------
二、安装 vc_redist.x64.exe
下载地址:https://www.microsoft.com/en-us/download/details.aspx?id=48145
--------------------------------
三、确保 php.ini 各项开启,例如:
log_errors = On
html_errors = On
display_errors = On
fastcgi.logging = 0
error_reporting = E_ALL & ~E_NOTICE
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。