dispatch.lsapi doesn't run from command line

#1
I have a new Ubuntu installation with ruby/rails and litespeed. I installed ruby using the Synaptic package manager, then rails and the litespeed lsapi using gems. I have litespeed setup, and it serves a static html page on a virtual host just fine.

I was following the wiki manual install of a ruby on rails app carefully. When it didn't run (giving me instead a 404 Not found error), I looked at the litespeed stderr log - it was empty. When I tried to run dispatch.lsapi (in my app public directory) from the command line, it gave me a message saying it couldn't find ruby in /usr/local/bin. So, I fixed that (ruby is in /usr/bin). Now, when I run dispatch.lsapi from the command line, absolutely nothing happens. It just sits there, until I press control-D.

What would cause this? What should I see when trying to run it from the command line?

Shelby.
 
Top