【发布时间】:2015-03-08 09:46:43
【问题描述】:
每天一次我在 Apache 中收到消息error_log:
[ pid=3846 thr=139803418023808 file=ext/apache2/Hooks.cpp:884 time=2015-03-08 09:04:28.2 ]: Unexpected error in mod_passenger: Cannot spawn application '/srv/www/vhosts/****.com/httpdocs': The spawn server died unexpectedly, and restarting it failed.
Backtrace:
in 'virtual Passenger::SessionPtr Passenger::ApplicationPool::Client::get(const Passenger::PoolOptions&)' (Client.h:742)
in 'Passenger::SessionPtr Hooks::getSession(const Passenger::PoolOptions&)' (Hooks.cpp:312)
in 'int Hooks::handleRequest(request_rec*)' (Hooks.cpp:585)
并且网站已关闭 (500)。乘客版本是 3.0.19 Ruby 版本是 1.8.7-p371。我可以尝试什么来解决这个问题?
【问题讨论】:
标签: ruby-on-rails ruby apache passenger