Search results

  1. 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...
  2. 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...
  3. 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