【发布时间】:2014-11-07 21:45:13
【问题描述】:
我正在尝试在我的远程开发站点上安装 Xdebug。 我的 php.ini 文件中有以下内容:
xdebug.remote_enable = On
xdebug.remote_handler = dbgp
xdebug.remote_connect_back=On
xdebug.remote_port = 9001
我已将端口设置为 9001,因为我知道默认 (9000) 会与 FastCGI 冲突。
但这不起作用。通过这些设置,我得到内部错误并记录以下内容:
[Fri Nov 07 15:37:53 2014] [warn] [client 162.201.236.210] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Fri Nov 07 15:37:53 2014] [error] [client 162.201.236.210] Premature end of script headers: index.php
更新:我尝试更改 FcgidBusyTimeout,但没有帮助。
我错过了什么? 谢谢
【问题讨论】: