Search results

  1. R

    Will there be official support for Rails >= 2.3

    I got around to cleaning it up a bit. I'm sure there are other issues, so I just put it up on github for fixes. http://github.com/russ/litespeed-rails-runner/tree/master
  2. R

    Will there be official support for Rails >= 2.3

    I think I got it. Just took some time to find the right combination of settings. I've attached the file that needs to be run. It uses the same setup you would use as a normal rack app with lsws. I'll post full details on the setup tomorrow.
  3. R

    Will there be official support for Rails >= 2.3

    I'm willing to give it a shot, but I'm running into strange errors when trying to include the Rack:LSWS handler. When trying to include it from IRB I get: irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'rack' => true irb(main):003:0> require 'rack/handler/lsws'...
  4. R

    Will there be official support for Rails >= 2.3

    Sorry, I was writing my post as you posted yours. Thanks for the info.
  5. R

    Will there be official support for Rails >= 2.3

    I work with Tim and these are some of the errors that I've been running into. This is the config for the external app for the vhost that the context is hooked to: Name rails Address uds://tmp/lshttpd/lsruby.sock Command /opt/local/bin/ruby /opt/lsws/vhosts/rails/script/lsws.rb This...
Top