Search results

  1. M

    Conditional Headers in .htaccess

    for Apache 2.2 and prior, you can do that with SetEnvIf https://httpd.apache.org/docs/2.4/mod/mod_headers.html#examples #4
  2. M

    can't remove litespeed from cPanel

    Sorry to see you go, but those RPM wont hurt anything, and Apache mod_lsapi need that as well. For the warning, you need to contact cPanel. Would you mind telling us your reason have to remove litespeed? Have you tried our WP Cache solution?
  3. M

    pagesped filters not working as expected

    You need to check if any of those filters is working or not, create a simple test page by adding whitespeed and comments, check the final page see if those are removed as expected.
  4. M

    Scale up LiteSpeed

    Have you tuned kernel TCP stack to handle that many concurrent incoming connections? For web site configured via Apache configuration, it is served by one CPU by default. You can add a listener for `<IP : Port>` of that site in native configuration, bind to two process, to fully utilize the...
  5. M

    [Resolved] QUIC does not work, gives lots of warning - after 5.2.1-ent update

    while, the bug has been fixed in build 9, please update.
  6. M

    QUIC error

    build 9 is available now.
  7. M

    Unexpected Brotli Compression

    Please do /usr/local/lsws/admin/misc/lsup.sh -f -v 5.2.1 to make sure to get the package with latest bug fixes. If problem persists, we will investigate.
  8. M

    Cant Make QUIC Get Working

    Please do /usr/local/lsws/admin/misc/lsup.sh -f -v 5.2.1 to get build 6 . if the problem persists, we need to login to your server to investigate.
  9. M

    pagespeed module affects the proper functioning of tinyMCE

    Have you tried Apache mod_pagespeed with that? We can only fix integration part, if it is pagespeed internal issue, you have to contact pagespeed developer.
  10. M

    [Resolved] Manage Cache Installations empty

    I am not exactly sure where it is. Our developer will tell you on Monday. or, you can check the WHM plugin code.
  11. M

    [Resolved] Manage Cache Installations empty

    Maybe the file storing the list was removed repeatedly?
  12. M

    SSL broken on 5.2.1

    5.1.17 may use http instead https. 5.2.1 default to 5.2.1, the ERR_SSL_VERSION_OR_CIPHER_MISMATCH is for the webadmin, or normal web sites? Maybe you should create a ticket and let our staff to take a look.
  13. M

    After Upgrade to 5.2.1 Litespeed Autorestart problem

    Can you please create a bug report ticket with your server access, we will investigate.
  14. M

    Installation 5.2 failed

    It is a problem on our side, please try again.
  15. M

    [Resolved] [BUG] FileETag Directive in HTACCESS

    Please upgrade to latest build of 5.2 see if the problem is fix or not. /usr/local/lsws/admin/misc/lsup.sh -f -v 5.2
  16. M

    High Ram & High Load After Upgrading To 5.2

    You need to completely unload pagespeed, set "ModPageSpeed off" does not work that well. "ModPageSpeed unplugged" may work better.
  17. M

    High Ram & High Load After Upgrading To 5.2

    pagespeed consume a lot resources, since it optimize web page on the fly, it slows down page load as well. Please try turning off pagespeed, see if it back to the same level as the older version.
  18. M

    mod_rewrite and aliases

    Please try RewriteRule mail /webmail [R]
  19. M

    Connection reset by peer

    Please upgrade to the latest build of 5.2 with command /usr/local/lsws/admin/misc/lsup.sh -f -v 5.2 If the problem persists, we will need temp root access to investigate.
  20. M

    LSMCD memory issue

    sure.
Top