Search results

  1. D

    Trouble shooting LSAPI, limiting children

    Hello, I'm having problem with a rails application with LSWS. The applications runs fine with webrick but running with lsws I get a bunch of 503 and 500 errors and I can see that raisrunner childer dies. To be able to debug I try to limit the number of railsrunners but even after setting...
  2. D

    Serving large files through X-LiteSpeed-Location

    Hi, I'm using Litespped with rails and serving downloads through X-Litespeed-Location header. It works flawlessly with small files but not with larges files. I have not yet tested where the limit is but 10GB files does not work :). I get that the resource cannot be found on this server...
  3. D

    File download with send_file

    Hello, I'm using rails send_file function to download files but it doesn't work with big files because of the max response body limit. Is there anyway around that? I need to be able to download files from arbitrary locations because my docroot folder is on a read only file system. BTW the files...
  4. D

    Railsrunner eating CPU on custom kernel

    Hi list, I'm having problems with Litespeed after recompiling my linux kernel 2.6.18. I can understand if you think that I should ask this in a kernel hacking forum but everything else works perfectly except the Litespeed /Railsrunner process. Usually the railsrunner eats between...
  5. D

    Permissions in /opt/lsws

    Hello list, This is maybe an odd question but I want to know exactly what files need to be writeable in the lsws directory. I need to do know this because I'm testing loading a webserver to a ram disk and some parts of the ram disk is read only for security reasons. I've already...
  6. D

    Force run as root

    Hello, Is it possible to force run as root? I'm testing Litespeed in a very special custom OS simulating an embedded environment and I need to be able to run it as root as the webserver need to execute commands as root in the OS. Cheers, henke
  7. D

    rails lsapi wiki clarification

    Hello, I just wonder if I need the dispatcher.lsapi if I use the Easy Configuration Wiki vhost setup with EasyRailsWithSuEXEC template? The guide doesn't mention if I need to copy dispatcher.lsapi to my directory or not? That setp is only mentioned in the Step by Step configuration guide...
Top