The wiki regarding RoR in a shared environment is pretty short:
http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:rails_hosting
It says to enable the 'Rails shared hosting', it doesn't even go into detail about installing Rails or the LSAPI, one presumes that comes from the other two guides.
However, having done the install, enabled the shared hosting for rails, the error_log show:
the stderr log shows:
This file does exist, and actually if you strace the lsws process it shows the file being accessed at the RoR application location within the user account.
Anyone have any suggestions here?
http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:rails_hosting
It says to enable the 'Rails shared hosting', it doesn't even go into detail about installing Rails or the LSAPI, one presumes that comes from the other two guides.
However, having done the install, enabled the shared hosting for rails, the error_log show:
Code:
2012-11-19 15:36:51.291 [INFO] [127.0.0.1:51156-0#APVH_exmaple.com:lsapi] connection to [/tmp/lshttpd/APVH_example.com:testApp.sock] on request #0, confirmed, 0, associated process: -1, running: 0, error: Connection reset by peer!
Code:
2012-11-19 15:36:51.622 [STDERR] /usr/local/lsws/fcgi-bin/RailsRunner.rb:131:in `require': cannot load such file -- config/environment (LoadError)
2012-11-19 15:36:51.622 [STDERR] from /usr/local/lsws/fcgi-bin/RailsRunner.rb:131:in `<main>'
2012-11-19 15:36:51.974 [STDERR] /usr/local/lsws/fcgi-bin/RailsRunner.rb:131:in `require': cannot load such file -- config/environment (LoadError2012-11-19 15:36:51.974 [STDERR] )
from /usr/local/lsws/fcgi-bin/RailsRunner.rb:131:in `<main>'
This file does exist, and actually if you strace the lsws process it shows the file being accessed at the RoR application location within the user account.
Code:
926369 open("config/environment.rb", O_RDONLY <unfinished ...>
926369 <... read resumed> "# Load the rails application\nrequire File.expand_path('../application', __FILE__)\n\n# Initialize the rails application\nRor::Application.initialize!\n", 147) = 147