Search results

  1. M

    3.3.11 eAccelerator install error 404 off litespeedtech.com

    You should use the admin console to build your own PHP and opcode cache binary now.
  2. M

    piped-logger for error-log too?

    that's correct.
  3. M

    Quick Edit and iowait

    does not matter.
  4. M

    Quick Edit and iowait

    That's just because you are using the Admin console.
  5. M

    503 Service Unavilable After with to 3.3.10 , lsphp5 Fresh Installation

    this is a idle PHP process, you have fire a request that produced 503 error, and the PHP process is serving the request.
  6. M

    503 Service Unavilable After with to 3.3.10 , lsphp5 Fresh Installation

    find out the pid of the suexec lsphp5 process for that users. then do strace -p <pid>
  7. M

    LSWS 3.3.11 has been released

    LiteSpeed Web Server 3.3.11 has been released This release is mainly to address unexpected server shutdown due to changes in cPanel. cPanel users should change "Auto Reload On Changes" configuration from "yes" to "Use Apache Binary wrapper". User of other control panel are encouraged to...
  8. M

    Strange type of HTTP attack?

    You have to find out the IPs that attacks that site and block them at firewall. Create a static page and replace the PHP page may help.
  9. M

    Install on FreeBSD - not starting

    Nothing out of ordinary and cannot explain the strange error that make it crash. Looks like the stack has been corrupted. Is it a default installation without any configuration change or has been configured? We will try a build on FreeBSD 6.2 see if it helps or not.
  10. M

    Upgrading PHP LSAPI

    /dev/null has permission problem not buildconf script.
  11. M

    What server did LiteSpeed replace?

    sure. reopened.
  12. M

    sending static files from Rails using litespeed

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:internal_redirect
  13. M

    Install on FreeBSD - not starting

    Uploaded a new 3.3.11 buidl with vmware detection disable, please give it a try under valgrind. try valgrind ./lshttpd -d
  14. M

    Install on FreeBSD - not starting

    Are you using an trial license or a real enterprise license on the test server? Is that possible to try FreeBSD 6.1 on it? or Linux? Another suggestion is to run lshttpd run valgrind, check if there is any memory related problem. We need to somehow figure out the source of the problem and have...
  15. M

    Install on FreeBSD - not starting

    I tried 6.2 in a fresh installed vmware server. it works well. So, I guess it has something to do with NFS diskless configuration. And it is not recommended to run LSWS over NFS due to the high I/O latency.
  16. M

    Quick Edit and iowait

    No, it should help. as current LSWS release use 1MB as the threshold on whether to use the on disk buffer. When a request has a request body larger than the threshold, the on disk buffer will be used no matter the memory I/O buffer is full or not. We will change it to 10MB in 3.3.11 release.
  17. M

    i just went from trial license to enterprise license

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:all_about_licenses
  18. M

    lsws stopped suddently ?

    I am not a shell expert. Maybe you can use 'sed' to remove entries contains /tmp/lshttpd
  19. M

    litespeed slower than apache?

    It is really up to you and how the traffic distributed among listeners, LSWS give you this flexibility to do either way. Use 8 listeners is more flexible, like if you want to assign one large site to 5 processes, another site to other 3 processes. It is really up to you how to allocate...
  20. M

    litespeed slower than apache?

    Yes, that's correct. his server is some what disk I/O bound, for linux kernel 2.6.13 with CFQ io scheduler, higher process priority will give higher disk I/O priority as well, please read the man page for more detail. man ionice
Top