Search results

  1. D

    How does one configure a rack enabled app in litespeed?

    I'll have to give it a go later, I'm not optimistic I'll get it working though as I've had little luck in any of my previous attempts. Hopefully this can be simplified by the time rails 2.3 is out, which I gather could potentially be fairly soon given the rate development is going at currently.
  2. D

    How does one configure a rack enabled app in litespeed?

    Actually it seems there's still a cgi wrapper around rack (see this commit) for backward compatibility but having done a quick test deployment it doesn't seem to be working. Perhaps the lsapi could be modified to work with this, assuming the problem is actually the fault of lsapi?
  3. D

    How does one configure a rack enabled app in litespeed?

    This has been bugging me for a while now and it's finally gotten to the point where I can't ignore it since I'm developing a rails app on edge rails which has recently ditched the cgi interface in favour of rack. I understand that rack already has support for litespeed but how do I actually...
  4. D

    4.0b3 release

    Fixed for me too :) Thanks!
  5. D

    4.0b3 release

    Had a problem this morning with 4.0b3, I restarted the webserver and it wouldn't come back up, I had to rollback to 3.3.22 manually (since the web interface didn't work). If I try to upgrade to it again, then it works fine until it's restarted and then it fails again, a little snippet from the...
  6. D

    Autotupdate Folder and Error logs

    Great, just removed those old auto update files. I haven't touched the log settings so they're still at whatever the defaults are currently (if that's of any help).
  7. D

    Autotupdate Folder and Error logs

    I was going through my server doing some house cleaning this morning and I noticed that my litespeed directory was quite large. After digging into it the 2 culprits were the logs folder and the autoupdate folder. It appears the autoupdate directory is filled with all of the previous version...
  8. D

    4.0b2 release

    Awesome, that's fixed it :) Thanks!!
  9. D

    4.0b2 release

    I'm just using a normal redirect_to some_url in my controller.
  10. D

    4.0b2 release

    I'm not entirely sure what you mean by SSI. I can say however that after some more testing this isn't happening in all of my applications, only my rails apps are exhibiting this issue. Hopefully that's still helpful.
  11. D

    4.0b2 release

    I've noticed that now when I login to any application on my webserver I get a notice saying that I'm being redirected and I'm forced to click on the link presented in order to get to where I should have been redirected too. This doesn't happen in 3.3.15 or the first 4.0 beta. I've looked...
  12. D

    Ruby Rack adapter request

    Thanks for the reply, I might experiment with it a bit. The solution I have currently is fairing quite well , the only thing that's bothering me is that I can't get litespeed to reliably serve the static assets and cached pages in my merb app, doubtless something I'm doing wrong though.
  13. D

    Ruby Rack adapter request

    Sorry to resurrect a slightly old thread but how well was this working for you guys as currently, being a bit green when it comes to the whole rack thing, the only way I've managed to run a merb app on my server is by starting a thin or mongrel instance and then setting up a webserver proxy as...
  14. D

    4.0b1 packages

    If I don't currently use the enterprise version of litespeed am I still able to install this without any problems? (ie, will I be able to upgrade to a standard version of 4 in the future). edit Figured out the url to the standard version so forget my question :) I'm trying it now and so far...
  15. D

    Problem with re-writes

    Changing request_uri to current_uri didn't work, but I can live with this not working until the next release as the performance is so much better. :)
  16. D

    Problem with re-writes

    Hi there, I've successfully installed litespeed and replaced apache on my cpanel server (I should add the difference is quite incredible). I'm just having a problem with re-writes on a couple of sites. I use some software called Symphony and it relies quite heavily on rewrites, you can see the...
Top