Zend 调试器错误:Zend 调试器:无法读取 zend_debugger.httpd_uid 或 zend.httpd_uid 的有效值,不会执行删除权限
在使用 PHP 5.2.6 和 Apache2 的 Ubuntu 服务器上安装 Zend 调试器后出现此错误:
Zend 调试器:无法读取 zend_debugger.httpd_uid 或 zend.httpd_uid 的有效值,将不会执行删除权限
Apache 将不会启动,它会创建netstat 显示的 httpd 进程正在侦听端口 80 和 443,但 pid 文件从未写入,并且不服务请求。
I have this error after installing Zend Debugger on a Ubuntu server with PHP 5.2.6 and Apache2:
Zend Debugger: Cannot read a valid value of zend_debugger.httpd_uid or zend.httpd_uid, will not perform dropping of privileges
Apache will not start, it creates an httpd process that netstat shows is listening to ports 80 and 443, but the pid file is never written and it's not serving requests.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想发布这个问题,因为谷歌上没有这方面的好信息。
我的问题的解决方案是安装了 ionCube。 IonCube 和 Zend Debugger 不能很好地协同工作。
我卸载了 ionCube(不再需要它),一切都很好。
I wanted to post this question because there is NO good info on Google for this.
The solution to my issue was that I had ionCube installed. IonCube and Zend Debugger do not play nice together.
I uninstalled ionCube (no longer needed it) and all is well.
杰弗里的这个链接对我有帮助。我希望它对你有用
http://www.jefferyfernandez.id.au/2010/08/28/zend-debugger-cannot-read-a-valid-value-of-zend_debugger-httpd_uid/
This link by Jeffery helped me. I hope that it does to you
http://www.jefferyfernandez.id.au/2010/08/28/zend-debugger-cannot-read-a-valid-value-of-zend_debugger-httpd_uid/