Unable to start the Phusion Passenger watchdog?

前端 未结 5 1260
栀梦
栀梦 2020-12-07 23:00

I have done a Phusion Passenger setup on Ubuntu 10.04, with Apache2. Whenever I restart the Apache server I got the following error message, and the Rails application is not

5条回答
  •  我在风中等你
    2020-12-07 23:47

    Try to install passenger module by running script passenger-install-apache2-module . I had same problem but on nginx; I installed passenger via gem and then recompiled nginx manually with passenger module - this caused error described by you. After running passenger-install-nginx-module such error disappeared.

提交回复
热议问题