Search results

  1. M

    my litespeed not running

    your /tmp partition is full.
  2. M

    Restart required

    http://www.litespeedtech.com/docs/webserver/config/general/#log_debugLevel
  3. M

    Restart required

    enable debug logging, then check lsws/logs/error.log and stderr.log
  4. M

    Litespeed Stops Working

    Are you sure that you sent SIGBUS to the lshttpd process using high CPU? This process is the watch dog process, only start new process if one of the children process dies. It should not use a lot of CPU. Can you also do "strace -tt -T -p <pid_of_lshttpd_using_high_cpu>" before killing it with...
  5. M

    my litespeed not running

    then install again from WHM.
  6. M

    my litespeed not running

    You may need to update to the latest 4.0.20 build manually from command line. Make sure you use the correct 64bit, 32bit package Also, try cp /home/cpeasyapache/src/httpd-x.x.x/.libs/httpd /usr/local/apache/bin/httpd if Apache failed to start as well.
  7. M

    vBulletin Guest Cache with LiteSpeed

    Maybe cached some page should not be cached. The error is related to a security token from my google result. what rewrite rule and code patch are you using? Does a reload fix it? check the response header "x-litespeed-cache: hit" see if you get a cached page, for login user, should not get any...
  8. M

    [solved] awstats upgrade

    force reinstall latest 4.0.20 should address this.
  9. M

    htaccess inheritance

    this should have been addressed in latest 4.0.20 package. Please try a force reinstall from LSWS web console, under "Version Managment" page.
  10. M

    LS init.d script is lacking the LSB fields in Debian 6

    updated 4.0.20 package.
  11. M

    Problem in Build Matching PHP Binary

    run easyapache first.
  12. M

    Admin Web Console Not opened

    It is likely a firewall problem. port 7080 is closed.
  13. M

    Litespeed refuses connections randomly

    what do you mean ? get any response? connection reset? 403?
  14. M

    4.1RC5 LastUpdated!

    It is mainly for ModSecurity 2.5 features, getting closer to be compatible with gotroot rule set.
  15. M

    Core dumps

    Are you using cPanel? If yes, just run easyapache first, then build matching PHP. if not, you have to build PHP from web console. Follow http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi:troubleshoot if any problem.
  16. M

    Core dumps

    remove it from environment. Again, it does not fix the problem in PHP engine, just prevent the core dump files from producing. Better switch to a PHP version does not have this problem.
  17. M

    Core dumps

    check phpinfo() output.
  18. M

    Core dumps

    You should report this problem to PHP group, bugs.php.net . call stack back trace should be helpful. And, you can try downgrade PHP to 5.3.4 or 5.2.17.
  19. M

    Running short of concurrent connections

    Yes, you should increase "Max connections" to 2000 under "server"->"tuning" page.
  20. M

    Litespeed Stops Working

    use GDB "bt" command to list the full call stack back trace.
Top