Howdy,
I just switched to a VPS from shared hosting and have been setting up the server.
Currently I'm using:
actionmailer (1.3.4)
actionpack (1.13.4)
actionwebservice (1.2.4)
activerecord (1.15.4)
activesupport (1.4.3)
daemons (1.0.9)
mysql (2.7)
rails (1.2.4)
rake (0.8.1)
ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux]
and the latest version of LS.
I have a functioning ruby app that was written in ruby 1.8.4/rails 1.2.4 that works fine when I start a webrick server, but LS errors with a 503 when it tries to parse any Ruby. The app/vhost itself is running (eg I can see the rails welcome file).
I don't think this has anything to do with the fact that I'm using ruby 1.8.6 versus 1.8.4, since it will load the app via webrick.
Also, I am just using the EasyRailsWithSuEXEC vhost template to get it up and running... is there some extra configs that need to be made for this to work properly?
I just switched to a VPS from shared hosting and have been setting up the server.
Currently I'm using:
actionmailer (1.3.4)
actionpack (1.13.4)
actionwebservice (1.2.4)
activerecord (1.15.4)
activesupport (1.4.3)
daemons (1.0.9)
mysql (2.7)
rails (1.2.4)
rake (0.8.1)
ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux]
and the latest version of LS.
I have a functioning ruby app that was written in ruby 1.8.4/rails 1.2.4 that works fine when I start a webrick server, but LS errors with a 503 when it tries to parse any Ruby. The app/vhost itself is running (eg I can see the rails welcome file).
I don't think this has anything to do with the fact that I'm using ruby 1.8.6 versus 1.8.4, since it will load the app via webrick.
Also, I am just using the EasyRailsWithSuEXEC vhost template to get it up and running... is there some extra configs that need to be made for this to work properly?