Search results

  1. M

    Wordpress BackupBuddy and LiteSpeed

    I think should strace the lsphp5 doing the backup to find out exactly what happened. strace -tt -T -p <pid_of_lsphp5_doing_backup> whether it is killed by LSWS, or due to PHP internal limit.
  2. M

    [LSWS 4.2.1] restarts automatically to fix 503 Errors

    It looks like CloudLinux resource limit was hit, and causes 503 errors in your case. You should be careful with "PHP suEXEC max conn", if set it too high, while CageFS/LVE limit was not high enough, it will cause trouble during traffic surge.
  3. M

    [solved] Cpanel + LSAPI 6.0 + LSWS 4.2 Anomaly

    If you still experiencing this problem http://www.litespeedtech.com/support/forum/showthread.php?t=6412 should upgrade again. It may not have any effect on memory limit though.
  4. M

    LSAPI and Shared Hosting not working

    update to the latest 4.2.1 release may address this. /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.1
  5. M

    Wordpress BackupBuddy and LiteSpeed

    It is recommended to update 4.2.1 installation to the latest build, either force reinstall from web console, or from command line, do /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.1 With the latest build, you may need to explicitly set "Auto Start" to "Through CGI daemon" for lsphp5 external...
  6. M

    [solved] WARN Remove looping many times!!

    4.2.1 release has been updated to address this issue. Please do force reinstall or update manually from command line with command /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.1
  7. M

    [solved] Cpanel + LSAPI 6.0 + LSWS 4.2 Anomaly

    there is a new update of 4.2.1 release, please upgrade /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.1
  8. M

    [Ask Help] High CPU Load

    If still have problem, please send temp root access to bug@litespeed..., we will investigate.
  9. M

    [LSWS 4.2.1] restarts automatically to fix 503 Errors

    Please send error.log and stderr.log during the 503 problem to us, or let our staff to collect those log files from your server.
  10. M

    admin console not loading

    Can you also send us the error log around that time? Need to know what happened by that time. Or, let our staff login to take a look. send email to bug@litespeed... or PM temp root access.
  11. M

    LSAPI and Shared Hosting not working

    403 status is triggered by , instead, avoid using "-indexes", use .htaccess could be disabled by your server configuration.
  12. M

    [solved] SuExec Daemon + CageFS = Poor Performance

    Please email to bug@litespeed... or PM us temp root access, we can take a look.
  13. M

    [LSWS 4.2.1] restarts automatically to fix 503 Errors

    Please email to bug@litespeed... or PM us a temp root access, we will take a look.
  14. M

    LSAPI and Shared Hosting not working

    Please add following rewrite rules to .htaccess under public/ folder
  15. M

    LiteSpeed constantly e-mailing me that 4.1.13 is available when 4.2.1 is installed

    That's normal, once we push version 4.2.1 through our auto-update system, it will be labeled as the latest release. Just ignore that for now.
  16. M

    Wordpress BackupBuddy and LiteSpeed

    Please try 4.2.1 /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.1
  17. M

    LSAPI and Shared Hosting not working

    Seems you have directory autoindexing enabled. turn off directory index should fix this.
  18. M

    .htaccess | modsecurity rules work on one vhost but no another

    Due to the relatively high cost of checking against mod_security rules for each every request, LiteSpeed selectively skips mod_sec for static files. if you check the web site against a dynamic page (PHP page), it should work.
  19. M

    LSAPI and Shared Hosting not working

    Yes, there is a updated version of RailsRunner.rb, please manually upgrade to 4.2.1 release with command /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.1
  20. M

    LSAPI and Shared Hosting not working

    Those errors are due to Ruby/Gem/Rails update. It was working well in production for many years. For the "require lsapi" error, you need to locate the gem folder, like /usr/lib64/ruby/gems/1.9.1/gems/ruby-lsapi-4.0/ Just follow the instruction in README to manually install it into ruby system...
Top