Search results

  1. S

    Trying to debug dispatch.lsapi

    sorry, yeah that was the wrong snippet obviously. I finally found the bug and fixed it, it's quite hard to debug though
  2. S

    Trying to debug dispatch.lsapi

    Hey again, dispatch.lsapi suddenly gets killed on the first request on one app, this might be due to path changes in the framework and the LS environment. Everything runs fine on script/server, mongrel, thin and mod_rails. I don't get any meaningful error messages (litespeed only reports...
  3. S

    Path Problems

    sorry for the late reply, I traced it and figured out it was an application error due to a wrong commit which screwed up the path. Thanks a lot for your reply though.
  4. S

    Path Problems

    Hey, I have a rails app which includes some specific template files in the views (based on the hobo extension). If I try to run it with litespeed with dispatch.lsapi, it cannot find those files. If I run script/console or thin, it works. Something is screwing up my path, but I can't...
  5. S

    Weird Keep Alive errors

    Hi, I'm trying to set up my rails app with dispatch.lsapi, everything works fine, until I try to access the vhost. I get 404 and errors like this: Time: Connection Keep Alive Message: nnection: Keep-Alive, TE TE: deflate, gzip, chunked, identity, trailers , chunked, identity, trailers...
Top