Apache 无法初始化 Passenger。 连接到应用程序池时管道 (32) 损坏
我已在 Centos 2.6.18-92.el5 #1 SMP 上的 Apache 2.2.3 上安装了 Phusion Passenger 2.0.3,并且在 httpd 错误日志中收到以下内容
Cannot initialize Passenger in an Apache child process: Could not connect to the ApplicationPool server: Broken pipe (32)
我已按照 文档。
想法?
最好的,
I have installed Phusion Passenger 2.0.3 on Apache 2.2.3 on Centos 2.6.18-92.el5 #1 SMP and I am getting the following on the httpd error log
Cannot initialize Passenger in an Apache child process: Could not connect to the ApplicationPool server: Broken pipe (32)
I have removed the modules that Passenger conflicts with as per the documentation.
Thoughts?
Best,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请查看以下教程以正确设置 Passenger:
部署到虚拟主机
我在 Enterprise 上遇到了同样的问题红宝石与旅客
Please take a look at the following tutorial for setting up Passenger correctly:
Deploying to a virtual host
I had the same issue with Enterprise Ruby and Passenger
我有同样的问题。 问题是因为不小心安装了本机软件包(在我的例子中是 debian)以及 gem。 因此,由于某种原因,它引起了冲突。 我删除了这个包并重新启动了 Apache,它就工作了。 希望有帮助。
I had the same problem. The problem was because accidentally installed the native package (debian in my case) and also the gem. So for some reason it was causing the conflict. I removed the package and restarted Apache and it worked. Hope that helps.