Search results

  1. G

    Error message help please "Connection timed out!"

    I don't understand how that should help. Litespeed isn't running under the account I log in through ssh. It uses the recomended 'nobody' user. However, I tried your suggestion and it doesn't help. Looks to me like ruby-lsapi doesn't play well with restful routes. I hope you will fix this soon...
  2. G

    Error message help please "Connection timed out!"

    I checked stderr.log and there were errors concerning ENV['HOME'] and ENV['INLINEDIR']: Define INLINEDIR or HOME in your environment and try again So I defined ENV['INLINEDIR'] in environments/production.rb like this: ENV['INLINEDIR'] = "#{RAILS_ROOT}/tmp" The next error I got was about...
  3. G

    Error message help please "Connection timed out!"

    Same problem here... I have the same problem. I'm running several rails apps; all the newer ones that use restful routes won't run with litespeed. They do run perfectly with mongrel and webrick. I used the easy rails configuration using the virtual host template. Please note that my older rails...
  4. G

    How to setup a subdomain for mongrel

    Thank you very much, works perfectly. I thought it should work this way and tried it before, but I had my vhosts messed up. I cleaned out all the experimental stuff and did a clean new setup and it works now as expected. I like litespeed very much. It's flexible and fast :-)
  5. G

    How to setup a subdomain for mongrel

    Hi I've tried so hard but I can't find out how to do it. Here's what I want to do: I've set up a new server and deployed two rails apps to it. The first one is my site app, the second one is an application. I have two mongrel clusters running serving those two apps and I've created a...
Top