Search results

  1. A

    Index file not found?

    Thanks for the reminder about the error logs. (It'd be nice to be able to access them from the web interface -- is there a way?) Turns out that when I updated my RailsRunner.rb as was suggested in some other threads, a typo got into it. Fixed the typo, and my app is running great! Thanks...
  2. A

    Index file not found?

    But my application won't run. When I try and load it through the browser, it waits for a while and then returns a 503 Service Unavailable error. I'm not sure how to debug this, since things work fine if I run the app with mongrel, and LiteSpeed isn't telling me anything's wrong with my setup. My...
  3. A

    Index file not found?

    I can run my application via mongrel, but when I try to get it running through LiteSpeed via the EasyRailsWithSuExec template (instantiated so I can change the vhost directory to work with a Capistrano-ized setup), I get this error in the log when I try to access my app...
  4. A

    Sending a custom response header to Mongrel when in SSL mode?

    Hi, I'm trying to figure out how to add a header to give a hint to Mongrel (and the Rails application) that we're in SSL mode. In documentation for configuring this with other servers, it looks like this: # pass along https hint AddHeader "X-Forwarded-Proto: https" HeadRemove...
  5. A

    Rails via Mongrel: Litespeed dies upon restart

    What exactly do I need to change?
  6. A

    Rails via Mongrel: Litespeed dies upon restart

    I've been using sudo to install. I just uninstalled and reinstalled, and a graceful restart (with no configuration) from the web admin worked just fine.
  7. A

    Rails via Mongrel: Litespeed dies upon restart

    Linux: Ubuntu 6.06
  8. A

    Rails via Mongrel: Litespeed dies upon restart

    I've tried about ten times now to follow the directions in http://www.railtie.net/articles/2006/01/21/up-and-running-in-the-speed-of-light, modified to fit the directions at http://weblog.techno-weenie.net/2006/4/11/setting-up-litespeed-with-mongrel. Every time I finish following the directions...
Top