Search results

  1. U

    Concurrent connection limit

    What happens on the standard version of LSWS when you reach the max concurrent connections limit? - does it issue 500 errors to those clients who are outside the limit, or do things just slow down? Thanks, Matt.
  2. U

    Please update benchmarks for v3 :-)

    After using LSWS 2.x standard for over a year now I've been very pleased and I'm about to upgrade to version 3 as soon as I get time to do some sysadmin on our server. Please update the benchmarks page with benchmark results for LSWS 3 :)
  3. U

    File upload 503 error after 90 secs

    File upload 503 error after 90 secs - Solved! Setting both "Memory Soft Limit (bytes)" and "Memory Hard Limit (bytes)" in "Server > Security > CGI Resource Control" to 200M seems to have fixed it. I will reduce them to a lower level if possible to make me feel a little more at ease...
  4. U

    File upload 503 error after 90 secs

    I know it's not good form to reply to my own post, but: After a 'tail -f' on stderr.log during the upload I get this just before the 503 error is returned: [FATAL] failed to allocate memory [FATAL] failed to allocate memory [FATAL] failed to allocate memory Funny thing is that there...
  5. U

    File upload 503 error after 90 secs

    Hi folks, I have set up a rails app as per the latest instructions. Everything is fine and very, very fast :-) However, when I upload a file I get a 503 error after around 90 seconds. I tested the application on a local machine with files up to 8MB and had no problems. I also tried...
  6. U

    PHP 4.4.2 lsapi and SetEnv equivalent

    Thanks, I just noticed that the global server instance uses an lsphp 'external application' config, so I copied that verbatim and added my environment variables and it seems to work fine. I am not sure if those settings are OK for this particular vhost (it will get around 2000 hits/day if...
  7. U

    PHP 4.4.2 lsapi and SetEnv equivalent

    Hi, I am testing out litespeed on our server. We have installed lsws-2.1.12 with php 4.4.2 and all appears to be working OK. However, we have a site which was running on apache 2 and stores it's config in the vhost section in apache's httpd.conf. These are lines like: SetEnv SITE_ROOT...
Top