Search results

  1. N

    I am getting Warning Every 2 minutes

    please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:csf
  2. N

    PHP process not terminating (cPanel)

    please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:detached_mode "PHP Detached Mode doesn't mean that PHP will run forever. It will still follow the Max Idle Time setting"
  3. N

    TLS/SSL cipher removed in version 5.4.5 build 3

    ECDHE-RSA-AES128-SHA256 is in list, but ECDHE-RSA-AES128-SHA not! they are different cipher.
  4. N

    TLS/SSL cipher removed in version 5.4.5 build 3

    please double confirm this. I asked a few users to do following(and I did test on one of our server): in WHM Home »Service Configuration »Apache Configuration »Global Configuration -> SSL Cipher Suite, please check if ECDHE-RSA-AES128-SHA in it, if not, append it to the end of the list, then...
  5. N

    Access Logging behind Load Balancer

    please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:show-real-ip-behind-cloudflare just treat "Litespeed Load Balancer" as cloudflare
  6. N

    Is my litespeed caching or not? Please help!

    please move "LiteSpeed XenForo cache" block up, just below "ErrorDocument 503 default", then lscache should work as expected.
  7. N

    Is my litespeed caching or not? Please help!

    wordpress lscache on, but Xenforo not. can you paste the .htaccess of /forums/ ?
  8. N

    nodejs installation

    have you read https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cloudlinux:node.js_selector
  9. N

    trouble installing plesk extension

    if you update to current lsws 5.4.5, it may solve this issue as well.
  10. N

    Litespeed filling out /tmp

    web admin -> Server -> General -> Swapping Directory: /tmp/lshttpd/swap (default value) web admin -> Server -> Tuning -> Static Cache Directory : default value is same as above "Swapping Directory" you can set to 2 different folder other than default /tmp/lshttpd/swap, then restart lsws and...
  11. N

    Plesk and LiteSpeed Extension - WebAdmin not loading and images

    can you try running /usr/local/lsws/admin/misc/lscmctl --update-lib on command line as root, see if it'll fix it.
  12. N

    Plesk and LiteSpeed Extension - WebAdmin not loading and images

    please check server's firewall settings, if port 7088 is open to your IP regarding 404 error, it's an known issue, not your fault though. below is from one of our staff replied in our ticket system: Please upgrade it to latest Plesk extension. edit , if not exist , create...
  13. N

    How to Disable some PHP Function in Lite Speed Ent?

    please create a phpinfo page and inform me the URL, it's easier to give suggestions based on that.
  14. N

    About LiteSpeed update

    please try /usr/local/lsws/admin/misc/lsup.sh -f -d -v 5.4.3 it should fix the issue since we've received another report about the same issue and above dbg build fixed it.
  15. N

    Can I use Only IPv6 as AAAA Records to Point a Domain to Litespeed Server?

    No. No. to access a IPv6 only website, the user must have a IPv6 address.
  16. N

    5.4.3 - Slowness / Outages

    can you try 5.4.3 dbg build for a while ? /usr/local/lsws/admin/misc/lsup.sh -d -f -v 5.4.3 if the issue is gone, then it's already included in the dbg build and will be next release build. if the issue still persist, please log a ticket with us, so we can identify the issue precisely and fix it.
  17. N

    The main page of my website does not show the latest posts

    in my Chrome: Request URL: https://www.arthenos.com/ Request Method: GET Status Code: 200 Remote Address: 5.2.82.132:443 Referrer Policy: no-referrer-when-downgrade alt-svc: quic=":443"; ma=2592000; v="39,43,46", h3-Q039=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, h3-Q046=":443"...
  18. N

    About the license and CPUs

    please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:brotli:start and https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:common:gzip-brotli-automatic-conversion most likely brotli is used instead of gzip
  19. N

    Varnish vs LScache

    yes -- https://stackoverflow.com/questions/48365407/how-to-do-https-in-varnish looks still right as of now :
  20. N

    [solved] I want to return 403 error when auto index is disabled

    you may need be more specific about your test case. I tested on a test20/ directory. test URL is domain.com/test20/ cat test20/.htaccess Options -Indexes when access the test URL, both apache and lsws return 403 Forbidden and in browser window, shows [an error occurred while processing this...
Top