Search results

  1. M

    [Resolved] segfaults on FreeBSD 7

    I am out of ideas, looks like core dump is allowed. You can try making some changes, then sending SIGBUS signal to a child litespeed process, see if it can dump the core file. usually core file should be in /tmp/lshttpd.
  2. M

    Possible run away process

    The problem is completely in PHP side, It looks like a problem with PHP code, doing infinity looping somewhere. Have you made changes to your site recently? upgrade? It will cause some delay, but it should recover as LiteSpeed try another instance of PHP.
  3. M

    [Resolved] segfaults on FreeBSD 7

    for core dump, please check sysctl kern.sugid_coredump kern.coredump kern.corefile and "ulimit -c" We will investigate the freebsd restart issue.
  4. M

    LiteSpeed is not runing!!!!!!

    It should be removed from 4.0.x releases.
  5. M

    Bandwidth

    Currently, the Per VHost Output bandwidth statistics are not implemented. Should remove it for now, maybe add it later.
  6. M

    Server out of memory

    That's a issue between PHP and MySQL, not really something to do with LSWS. Check your MySQL query with "mysqladmin processlist", limit memory usage of PHP.
  7. M

    Server out of memory

    Are you using a Cloud Linux kernel?
  8. M

    LiteSpeed is not runing!!!!!!

    Only 4.1RC2 or 4.1RC3 support AIO. check the 4.1RC discussion on the forum. You can try "strace -tt -T -p <pid>" litespeed processes, see what it is doing. I think it is stalled because high I/O wait. AIO will work better.
  9. M

    lslb - ExtConn timed out while connecting.

    Maybe you can use persistent connections between LB and backend. It will be faster as well. I do not need the strace, it is difficult to catch the problem now I think.
  10. M

    Building custom php

    Install it to /usr/local instead of overwrite the system default installed uner /usr, by default, autoconf will be installed to /usr/local
  11. M

    Running short of concurrent connections issue

    what edition of LSWS are yous using? standard, enterprise, vps?
  12. M

    [Resolved] XCache: PHP Out of memory if cache size > 64M

    You need to increase the memory limits of lsphp5 external app from LSWS web console as well.
  13. M

    [Resolved] XCache: PHP Out of memory if cache size > 64M

    For running PHP without suEXEC, you can set cache memory size high as one group PHP processes only use one copy of cache. It is up to you and the available memory of your server.
  14. M

    lslb - ExtConn timed out while connecting.

    Please download 1.7 release and update again, I am not sure it is something wrong with interpreting getsockopt() results or not. Also strace need to be updated to the latest release to get correct result value for getsockopt() on 64bit Linux.
  15. M

    [Resolved] XCache: PHP Out of memory if cache size > 64M

    Yes, that's correct.
  16. M

    lslb - ExtConn timed out while connecting.

    Are you using 32bit binary on 64bit OS? I wonder if it is an issue with the 32bit-64bit compatible layer.
  17. M

    Building custom php

    should be your build tool chain, try installing autoconf 2.13
  18. M

    lslb - ExtConn timed out while connecting.

    Please regenerate strace output with option "-tt -T", need timestamps to figure something out. The strace output shows some errors. Need timestamp in the output to further analyze it. Are you still get packet loss? it is a big problem if you get packet loss over LAN connection.
  19. M

    Litespeed 4.0.16 (4.0.15) terrible slow ! Why ?

    Those are not log entries produced by LiteSpeed, but Apache.
  20. M

    Litespeed 4.0.16 (4.0.15) terrible slow ! Why ?

    Have you notice anything abnormal when LiteSpeed is slow? high CPU utilization? high load? memory usage? If you run LiteSpeed on another port parallel to Apache, the page load is low on another port?
Top