Search results

  1. M

    Litespeed bug ( unexpected signal=11) since version 5.4

    Enterprise edition wont have this problem . free starter can be used for small server.
  2. M

    Litespeed bug ( unexpected signal=11) since version 5.4

    That's a bug with the standard edition. will be fixed in next build.
  3. M

    Does LiteSpeed Support 2 way SSL authentication?

    it wont work with .htaccess, but can be set at server or vhost level where the CA certs are configured.
  4. M

    Multiple VMs with a Load Balancer in front (either GCP or AWS)

    You may look into cPanel cluster for configuration sync. LSWS does not provide a way to sync configuration. for LB, should use our WebADC if you use our cache solutions. you can use zeroconf API with cPanel nodes. https://www.litespeedtech.com/products/litespeed-web-adc/features/webadc-zero-conf
  5. M

    litespeed service keeps going to 100% CPU usage

    cat /usr/local/lsws/BUILD if it is not 3, do lsup.sh -f -v 5.4.3
  6. M

    Issues with LiteSpeed Recaptcha

    Using cloudflare as front-end proxy make it much more difficult to really stop the botnet, as everything is going through CloudFlare, server cannot stop accepting requests from it, including those from botnet. My suggestion is to bypass cloudflare in such case, see if it can defeat the attack.
  7. M

    litespeed service keeps going to 100% CPU usage

    Please make sure to update to the latest build of 5.4.3, currently build 3. If problem persists, please turn on full debug logging while it is happening. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:bug-reporting#submit_a_bug_report
  8. M

    Page isn't working - 500 error - swapping to LS from Apache

    Please check if lsphp is running as the site owner. it is likely a permission problem. You can also turn on full debug logging to get better idea what happened. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:bug-reporting#submit_a_bug_report
  9. M

    Issues after upgrading from 2CPU to 4CPU license

    the total number of DB connections is limited by mysql thread pool size, you need make sure it is high enough. if PHP uses persistent connections, and there are a lot more PHP worker processes started, it may hit the limit. check if Apache PHP is using persistent db connections or not, config...
  10. M

    Issues after upgrading from 2CPU to 4CPU license

    What is the problem? Maybe try updating to the latest 5.4.3 release.
  11. M

    Issues after upgrading from 2CPU to 4CPU license

    You can try a full stop/start . service lsws stop service lsws start the SO_REUSEPORT socket feature may require a fresh start. If with 2-CPU license, each lshttpd worker process was using more than 30% CPU, you could see performance improvement when upgrade to 4-CPU license. otherwise, you...
  12. M

    5.4.2 abrubtly terminating PHP script

    Yes, it is a bug fixed. please update to 5.4.2 build 5 /usr/local/lsws/admin/misc/lsup.sh -f -v 5.4.2
  13. M

    Use AWS SSL in Litespeed Ent Without AWS Load Balancer

    You can configure LiteSpeed to use SSL certificate from any vendor. as long as you have the key/cert combination. You just need to manually update it when the cert is expiring.
  14. M

    Use the value of a request header as a cookie i can then vary on

    In the first rewrite rule, you made a mistake %{HTTP:HTTP_CF_IPCOUNTRY} should be %{HTTP_CF_IPCOUNTRY} You can turn on rewrite log, or full debug logging to check if the rewrite rule get the correct value.
  15. M

    unkown data in socket result

    What you see is HTTP/1.1 "chunked" encoding. a HTTP/1.1 client should be able handle. If you script do not handle it, just send a HTTP/1.0 request instead.
  16. M

    problem with setting of cgi umask

    Yeah, you can change httpd_config.xml directly if have to stay with the older version.
  17. M

    problem with setting of cgi umask

    coming this afternoon.
  18. M

    problem with setting of cgi umask

    the latest stable version is 5.4.1, should upgrade to 5.4.1 .
Top