Strange, on one of my LS servers my Rails application just doesn't want to seem to work. I don't think I change anything either. When I restart the server and I tail the stderr.log I get this:
/home/bugs/www//config/boot.rb:20:in `readlines': failed to allocate memory (NoMemoryError)
from /home/bugs/www//config/boot.rb:20
from /home/bugs/www//config/environment.rb:11
from /opt/lsws/fcgi-bin/RailsRunner.rb:3
There is plenty of memory. I've also upgrade all my gems. When I run the app via mongrel with ./script/server it runs fine so this only happens under Litespeed. Its the only Rails VHost I have on this particular server, any ideas? I've checked the settings and things seem fine, but anytime I go to the url it doesn't go anywhere.
I also just updated to the latest ruby-lsapi gem, 1.13 I think?
/home/bugs/www//config/boot.rb:20:in `readlines': failed to allocate memory (NoMemoryError)
from /home/bugs/www//config/boot.rb:20
from /home/bugs/www//config/environment.rb:11
from /opt/lsws/fcgi-bin/RailsRunner.rb:3
There is plenty of memory. I've also upgrade all my gems. When I run the app via mongrel with ./script/server it runs fine so this only happens under Litespeed. Its the only Rails VHost I have on this particular server, any ideas? I've checked the settings and things seem fine, but anytime I go to the url it doesn't go anywhere.
I also just updated to the latest ruby-lsapi gem, 1.13 I think?