2

我在美国运行一个虚拟服务器。

我正在尝试将我的 eclipse 机器放在家里(美国以外),以连接到美国服务器。

我已经在服务器上设置了 Zend。当我运行 phpinfo() 时,我得到以下 zend 输出。注意:1.2.3.4将是我家 ADSL 路由器的外部 WAN IP 地址。

Directive                    Local Value         Master Value
zend_debugger.allow_hosts    127.0.0.1,1.2.3.4 127.0.0.1,1.2.3.4
zend_debugger.allow_tunnel    no value          no value
zend_debugger.deny_hosts    no value          no value
zend_debugger.expose_remotely  always          always
zend_debugger.httpd_uid    -1                  -1
zend_debugger.max_msg_size    2097152          2097152
zend_debugger.tunnel_max_port  65535          65535
zend_debugger.tunnel_min_port  1024                  1024

所以 zend 看起来它在服务器端工作正常。

当我运行调试会话并选择“测试调试器”时,我每次都会超时。我已经将dummy.php添加到服务器的根文件夹中。

在“已安装的调试器”中,我双击 Zend 并输入了我的外部 WAN IP 地址。我注意到端口是10000,我在服务器上也有webmin在这个端口上运行,会不会有冲突?

4

1 回答 1

0

I had a similar error, and I read the apache error.log file. there was written the problem. What is in your error.log file?

于 2011-02-18T22:09:36.320 回答