Search results

  1. N

    High Ram & High Load After Upgrading To 5.2

    the screenshot you gave is lsws web admin console. please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:enable_pagespeed#enabling_pagespeed_for_lsws_using_cpanel need edit /etc/apache2/conf.modules.d/456_pagespeed.conf and replace ModPagespeed on to...
  2. N

    mod_rewrite and aliases

    1. how about access domain.com/webmail directly ? in cPanel, it will redirect you domain.com:2095 2.is the rewrite rule working with apache ?
  3. N

    Rewrite issues

    all these directive looks valid. can you attach or post the whole .htaccess here, let's see where the problem is.
  4. N

    How can I update from LSWS 5.1.17 to 5.2 in Plesk?

    command line: #/usr/local/lsws/admin/misc/lsup.sh -v 5.2 it's not pushed to auto update yet but already stable now and coming soon.
  5. N

    High Ram & High Load After Upgrading To 5.2

    is the lsws 5.2 latest build 10 ?
  6. N

    Real-Time Statistics in shell

    please refer https://www.litespeedtech.com/support/forum/threads/a-feature-request-that-would-make-me-soooo-happy.14225/#post-94447
  7. N

    LS Cache slower than WP Simple Cache

    wp admin and ssh root and litespeed web admin
  8. N

    LS Cache slower than WP Simple Cache

    OK, I'd like to play/test first.
  9. N

    certbot info...

    to restart lsws, #service lsws restart or for redhat/centos 7: #systmctl restart lsws
  10. N

    quic crashing

    please check if this is also your case:
  11. N

    Setup CloudLinux ruby/python selector

    I think so too.
  12. N

    Setup CloudLinux ruby/python selector

    please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cloudlinux:enable_passenger
  13. N

    PHP opcode cache and Litespeed 4.2

    you can use latest lsphp 5.6 / 7 with lsws 4.2, so zend opcache is recommended. web server version is not important here.
  14. N

    Limit lscache per Cpanel package

    at present, for example, you can workaround by following https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:common_installation:cpanel-shared#set_virtual_host_level_cache_root_for_a_single_vhost if want to enable lscache, CacheRoot lscache if want to disable lscache...
  15. N

    Problem with htaccess & htpasswd with litespeed 5.1.17 & 5.2

    great, I think that's the reason. any reason you use private cache ? let us know the scenario. should it be better if remove "private" from above rules?
  16. N

    LS Cache slower than WP Simple Cache

    before our lscache developer kick in(their timezone is EDT). can you save your test results in http://www.webpagetest.org/ ? LSC alone LSC + SC so we can compare the results later on. I think we may not have tested SC before(too many wordpress cache plugin), so we may test it on our lab first...
  17. N

    Includ Font In Compressible Types & Expires By Type

    for example, https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2 its content-type is application/font-woff2 2 steps: 1. add "application/font-woff2" to lsws web admin->Server->Tuning->Compressible Types 2. check lsws web admin->Server->General->MIME...
  18. N

    Problem with htaccess & htpasswd with litespeed 5.1.17 & 5.2

    yes, it's hard to trouble shoot the issue if it's hard to reproduce it first. if you encounter 401, mean it works ? if no prompt to ask for user/password, it's possible it's cached in browser. so try in another browser or clear the browser cache and see if the window will pop up ?
  19. N

    LS Cache slower than WP Simple Cache

    this wiki is for you: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:customizations:multi-cache-plugins lscache plugin can work with other wordpress cache plugin well, for example w3 total cache. it should be able to work with simple cache as well, and keep its...
Top