Search results

  1. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    Lscache is able to do that, but the cache plugin can't. It needs an extra menue in the GUI.
  2. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    If you tell me the name of the login cookie, it can be done very easy.
  3. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    This is a complete normal behaviour with every cache, not only LScache. If a page is cached there is no more PHP, only HTML and if no PHP there is no session. And if no session a user can't be differentiated form each other. To prevent this disadvantage of every cache LScache uses cache varies...
  4. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    This popup seems to use AJAX and the trick of AJAX is not to refresh the complete page and not to load the complete page again. But LScache engine needs a refresh to check if the login cookie is set to vary the cache. At this moment and to me I can't see any other solution as to use...
  5. serpent_driver

    Conflict with CloudFlare

    Would you provide us with the error?
  6. serpent_driver

    Slow Download speed

    Have you already asked Hetzner Support? For me, this would be the first contact point....
  7. serpent_driver

    Slow Download speed

    Sorry to choose german.... There is no known reason why LiteSpeed should limit transfer rate and also don't know how that could be done. I am also at Leaseweb with datacenter in Frankfurt, but never had any problems with transfer rate with LiteSpeed in the last 10 years.
  8. serpent_driver

    Slow Download speed

    Identische Konditionen. Was also ist das Problem? Allerdings weiß ich nicht, was Du mit Rescue Mode meinst?
  9. serpent_driver

    [solved] After Update to 5.4.11 (build 4) [6679] [SSLTicket] ticketCb() SHM keys need rotation

    After update to 5.4.11 (build 4) WebAdmin displays warning: Warn [6679] [SSLTicket] ticketCb() SHM keys need rotation Anything to be done on my side?
  10. serpent_driver

    Slow Download speed

    What about the simplest reason? Your hosting provider limits the speed.
  11. serpent_driver

    IE11 SSL not working even with ECDHE-RSA-AES128-SHA enabled

    IE11 needs TLSv1.1 https://docs.litespeedtech.com/cp/cpanel/tunings/#customize-ssl-ciphers
  12. serpent_driver

    IE11 SSL not working even with ECDHE-RSA-AES128-SHA enabled

    1.) Update LSWS version to: 5.4.11 (build 3) 2.) Set SSL/TLS Protocols to: ALL -SSLv3 -TLSv1 -TLSv1.1
  13. serpent_driver

    ads are not showing

    Please read this and follow instructions: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  14. serpent_driver

    [Solved] How to check in PHP CLI if LSWS is installed

    For everybody who needs a solution to check in PHP CLI if LSWS is running. $url = 'https://www.example.com'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_NOBODY, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, true); curl_setopt($ch, CURLOPT_TIMEOUT...
  15. serpent_driver

    [Solved] How to check in PHP CLI if LSWS is installed

    Yes, I already work on it, but more simpler. I have only to check response header for Server == LiteSpeed
  16. serpent_driver

    [Solved] How to check in PHP CLI if LSWS is installed

    If PHP is executed in PHP CLI environment LSWS is not in use. PHP uses built-in webserver in PHP CLI but in this environment there are not all variables available. Run php -i or php -m in PHP CLI to verify
  17. serpent_driver

    Random CSS error on random page

    Please read this and follow instructions: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  18. serpent_driver

    [Solved] How to check in PHP CLI if LSWS is installed

    I want to check in PHP CLI if LSWS is used or installed, but in PHP CLI there is no environment variable about SERVER_SOFTWARE available, because in CLI the PHP build-in webserver is running. Any Ideas?
  19. serpent_driver

    Safari can't open the page. (NSPOSIXEErrorDomain:100)

    Support for OpenLiteSpeed: https://forum.openlitespeed.org/ Support for WP cache plugin: https://wordpress.org/support/plugin/litespeed-cache/ This forum is for LiteSpeed Webserver Enterprise only
  20. serpent_driver

    Any newer version for Xenforo?

    mod_pagespeed is not recommended. It is buggy, costs high load and it is outdated. https://docs.litespeedtech.com/products/lsadc/settings/#pagespeed ....and ask Google for mod_pagespeed issues. For the case you don't know it. LScache is a HTTP Cache not a plugin to optimize loading of static...
Top