0

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,

2 Answers2

1

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

Spasm
  • 805
  • 9
  • 17
0

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.

mfcabrera
  • 781
  • 10
  • 26