Problems with Rails 1.1 and LiteSpeed

#1
Hi, I just installed Rails 1.1 into my production test environment and litespeed hung! it still serves static files fine but just spins its wheels for several minutes before giving a "service unavailable" message whenever I try to invoke a rails page. Anyone encountering this? Have any ideas

I installed rails 1.1 by doing the following:
http://weblog.rubyonrails.org/artic...ond_to-integration-tests-and-500-other-things

I configured litespeed exactly like Bob Silva told me to:
http://www.railtie.net/articles/2006/01/21/up-and-running-in-the-speed-of-light

Any help is greatly appreciated!
Thanks!
[/url]
 
#3
Thanks for such a rapid response! It turns out my problem was that I was running ruby 1.8.3, apparently rails 1.1 is not compatible with it. I upgraded to ruby 1.8.4 and that solved my problem.

I checked out the LSAPI, that looks interesting, I will probably try it out. Just not today, i have had enough configuration headaches! :)
 
Top