我最近使用本指南在一台cpanel机器上安装了Rails:
http://www.cpanel.net/blog/cpanel-whm-admins/2011/07/installing-mod-rails-and-rails-309-on-a-cpanel-machine.html
当我尝试导航到我的应用程序时,我从Passenger收到此错误:
The application spawner server exited unexpectedly: Unexpected end-of-file detected.
深入研究Apache的错误日志,我发现的与此相关的唯一错误是:
[ASYNC BUG] thread_timer: select EBADF ruby 1.9.3dev (2011-07-31 revision 32789) [x86_64-linux] [NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html
我想知道是否有人可以帮助我找出导致这种情况的原因?我已经在互联网上搜索但未能提出太多:(
解决方法
我也碰到了这个.目前的Ruby主干似乎是
incompatible with Passenger;你必须降级到1.9.2.