Search results

  1. M

    TLS 1.2 and SHA-256 Compatibility

    It is for paypal connecting to your LSWS web server, everything should be fine. If it is for connecting to paypal from some PHP code, you need to make sure PHP has linked against an OpenSSL version support TLSv1.2 .
  2. M

    HTTP/2 Server Push

    not yet.
  3. M

    Website was working fine until installing percona

    you can switch back to Apache from directadmin. make sure it works. then switch to LiteSpeed. One important thing is you to install PHP mysql extensions compatible with Percona.
  4. M

    Website was working fine until installing percona

    Are you using a control panel? You should switch back to Apache, make your site works, then build matching lsphp. You lsphp binary need to be updated to be able to connect to new DB server.
  5. M

    My server responding late (around 5 min) to prestashop webservice due to litespeed cache

    The cache problem is likely caused by your default cache policy. the rewrite rule use max-age=900, which is 15 minutes, so your 5 minutes cache delay is likely caused by cache configuration with max-age=300. You should turn off cache globally, and let rewrite rule to turn on cache for you.
  6. M

    My server responding late (around 5 min) to prestashop webservice due to litespeed cache

    You can add the URL for the web service to the rewrite rule to exclude that from being cached. Add to this one.
  7. M

    Content Coding Error/ERR_CONTENT_DECODING_FAILED! Need help

    Please upgrade to the latest build 5.0.17, it could be caused by a bug in early build of 5.0.17 Please run command /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.17
  8. M

    LSWS 5.1.4 issues

    we need to reproduce this problem in our lab. can you give us more information about this? Browser version? Litespeed SSL configuration, Apache's SSL configuration: SSL protocol, SSL ciphers? Does it happen at the moment you switch to 5.1.5? or after a while?
  9. M

    sub-directory .htaccess PHP rules do not override upper level .htaccess PHP rules

    Please force update to the latest build 5.0.16, should be fixed. /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.16
  10. M

    LSWS 5.1.4 issues

    Did you configure SSL ticket related configurations under "tuning" tab, "SSL Global Settings" ? Enable Session Tickets, SSL Session Ticket Lifetime, SSL Session Ticket Key File?
  11. M

    LiteSpeed 5.1.5

    it is not finalized yet, you can try it, have been running it in production for some servers. It fixes a few bug in 5.1.4 .
  12. M

    LiteMage pricing

    Once reaches the limit, litemage will stop cache new pages, cached pages are still served from cache, overall, it is still better than no cache.
  13. M

    vhost cache

    Are you using Apache configuration? 5.0.15 should work, 5.1.4 does not.
  14. M

    vhost cache

    Make sure you are using the latest 5.0.15 build /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.15 $vh_domain should work was well.
  15. M

    vhost cache

    For apache vhost, you can use $vh_name, it is the value of "ServerName" for that vhost. $vh_domain value will be set to the same value as $vh_name in later build of 5.0.15.
  16. M

    Cache stopped working when changed to new recommended settings.

    cache works for crazyfreshproduce.com . not for agamim.org superior-hhs.com check your vhost cache root configuration.
  17. M

    [Resolved] Bug with WP Cache

    Please upgrade to 5.0.15 first. /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.15
  18. M

    [Resolved] error when installing openlitespeed

    try yum install openlitespeed14
  19. M

    Upload Scanning with Litespeed?

    both. all use @fileinspect rule to do the scanning.
Top