Search results

  1. serpent_driver

    Issue with SetEnvIf!

    Try this and add this code to virtualhost. Found this solution at Magento forum. A user posted it with same problem. https://community.magento.com/t5/Installing-Magento-2-x/Magento-2-2-2-with-Varnish-4-1-9-and-apache-2-4-has-ssl-redirect/m-p/105695/highlight/true#M4624
  2. serpent_driver

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

    Only running /usr/local/lsws/admin/misc/lsup.sh should be enough to install latest version. There is no must to use parameters to update current version unless you need certain parameters.
  3. serpent_driver

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

    https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:admin:lsup
  4. serpent_driver

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

    Do you have root access to run commands on console?
  5. serpent_driver

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

    This should help: https://docs.litespeedtech.com/products/lsws/commands/#control-commands
  6. serpent_driver

    Guest Mode for Open Cart

    Okay, not entirely and not like cache plugin for Wordpress defines Guest Mode, but almost and the reason for this is ESI. ESI is fantastic, but costs most performance. Everything else (e.a. cache varies) that can slow down page speed is peanuts in comparison with ESI. So you have OLS and to get...
  7. serpent_driver

    Why does it remove custom css settings?

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  8. serpent_driver

    Guest Mode for Open Cart

    You already use it! ;) Okay, Mr. blabla. ;) Learn to ask your question. What is your question?
  9. serpent_driver

    Guest Mode for Open Cart

    But again, why do you care about things you don't/can't have/use? With OLS and OC you have almost , but only almost, everything for maximum speed. Guest Mode doesn't matter for you, because with OLS you can't use ESI. So there is no "brake" that could slow down your website.
  10. serpent_driver

    TO ALLOW M3U8 LINK ON LITESPEED SERVER

    This hasn't something to do with LiteSpeed webserver. As you can see in console, request to M308 URL is not allowed (403) for reason that is defined on source server. LSWS is not the source server.
  11. serpent_driver

    Guest Mode for Open Cart

    This not default. Default means caching without any custom cache rules, but LScache has basically some system default settings. Example: if there is no X-LiteSpeed-Cache-Control defined, cache is public by default and so on. There is nothing that has to be find. As already described above...
  12. serpent_driver

    After migrate to LiteSpeed server-> .htaccess header edit

    @bgm2002 <If> <Else> doesn't work with LiteSpeed. Environment variable does the trick. Not tested, but should work:
  13. serpent_driver

    Guest Mode for Open Cart

    default version of the page from cache is stored where all other cached files are stored. There is no other or special location! Is this question now answered or not??
  14. serpent_driver

    Feature Request: HTTP-Early-Hints header

    Is there any plan to support HTTP-Early-Hints header in LSWS?
  15. serpent_driver

    Rebuild cache seems to not work correctly

    You will find the reason for your issue in error message: MySQL server has gone away https://dev.mysql.com/doc/refman/8.0/en/gone-away.html
  16. serpent_driver

    site loads and doesn't load weird issue

    Would you provide us with information about your hosting? Dedicated server or shared hosting? If shared hosting what are the monthly costs for it?
  17. serpent_driver

    Guest Mode for Open Cart

    Because ESI matters in case of "Guest Mode" in WP cache plugin. You have neither Wordpress nor ESI, so why do you care about functions you can't use with OLS and OC?! Is this question now answered or not??
  18. serpent_driver

    How to exclude jetEngine from Delay JS?

    You better should use WP plugin support at Wordpress support page: https://wordpress.org/support/plugin/litespeed-cache/
  19. serpent_driver

    Does LSCache for Drupal handle *all* Drupal caches?

    @iky I've already answered your questions in my last post. If a page is cached by LScache this page is only HTML, stored as a static file. A static file that only contains HTML (==text) can't execute PHP, MySQL Queries or any other dynamic functions. If a page isn't cached all dynamic...
  20. serpent_driver

    Guest Mode for Open Cart

    It means what it means: The default version of the page from cache. A default version has no varies or other settings that could slow down page load Help for you because you don't know what ESI is and what ESI is good for: Page loads faster without ESI than with ESI. So what is wrong? Why do...
Top