Here is a passenger error logged in nginx error log. The web server is not available (saying could not spawn server...) because of this. However it seems that the server recovered itself after a short period of time.
*** Passenger ERROR (ext/common/ApplicationPool/../SpawManager.h:220):
Could not start the spawn server: /home/dtt/.rvm/wrappers/ruby-1.9.2-p290/ruby: No such file or directory
How to fix the problem? Thanks.
/home/dtt/.rvm/wrappers/ruby-1.9.2-p290/rubyexist? – sarnold Nov 13 '11 at 22:09ldd /home/dtt/.rvm/wrappers/ruby-1.9.2-p290/ruby? I believe you get the same error message if one of the required dynamic libraries is missing. – sarnold Nov 13 '11 at 23:50