Search results

  1. serpent_driver

    Images for Twitter Cards being blocked

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

    503 Service Unavailable The server is temporarily busy, try again later!

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

    How to register php 7.4 to 8.1 in External app ?

    Before you test anything warmup the cache first. If you have further questions please use LScache plugin support at Wordpress forum. This forum doesn't support cache plugin for WP any longer. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  4. serpent_driver

    How to register php 7.4 to 8.1 in External app ?

    Then there is nothing to do. PHP versions are controlled by cPanel. Almost any setting in WebAdmin console is meant for native use if there is no server control panel.
  5. serpent_driver

    How to register php 7.4 to 8.1 in External app ?

    @sujoydhar Do you use any server control panel like cpanel, Plesk or other?
  6. serpent_driver

    vary being ignored

    You cannot use a HTTP cache for your request. The only thing you can do is use an object cache such as Memcached or Redis.
  7. serpent_driver

    vary being ignored

    You haven't understood the problem yet. LScache is a URL based HTTP cache. This means that only dynamically generated sources of the text/html type are cached and which require an HTTP request. However, your requirement is far from allowing you to use an HTTP cache, especially since that doesn't...
  8. serpent_driver

    vary being ignored

    That does not matter. If this script cannot be reached via HTTP, then this script or what this script generates will not be cached. Even if this script could be called via HTTP, that doesn't change anything. svg/xml is a static source and this type of sources are cached by the browser, but not...
  9. serpent_driver

    vary being ignored

    image/svg+xml is a static source and is therefore not cached by LScache. Static sources are cached by the browser.
  10. serpent_driver

    vary being ignored

    Unfortunately I cannot qualify your work. But I can tell you that the code I showed works and not just for me. This code is standard.
  11. serpent_driver

    vary being ignored

    Test it in browser or complete request headers in curl like a browser sends these headers.
  12. serpent_driver

    vary being ignored

    Or try this: RewriteCond %{HTTP:Accept-Language} (.+) [NC] RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+lang:%1]
  13. serpent_driver

    vary being ignored

    Did you try the second too code or only the first?
  14. serpent_driver

    vary being ignored

    or RewriteCond %{HTTP:Accept-Language} de|it|en|es|fr [NC] RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+lang]
  15. serpent_driver

    "Ignore Response Cache-Control" as .htaccess directive?

    @blubbb You should study the documentation because you seem to have a fundamental misunderstanding about LScache. Also, you don't seem to understand the basic difference between browser cache and server cache. This forum will be happy to help you, but you need a basic knowledge of LScache...
  16. serpent_driver

    "Ignore Response Cache-Control" as .htaccess directive?

    Is it possible that you are confusing browser cache and server cache? The Expire header controls the browser cache, but not the server cache.
  17. serpent_driver

    slow loading website

    slow == cache is miss fast == cache is hit This hasn't to do which browser you use. Just warmup the cache and everybody is happy.
  18. serpent_driver

    Prestashop cache plugin

    https://www.litespeedtech.com/products/cache-plugins/prestashop-acceleration but it is buggy....
  19. serpent_driver

    Permanent reCAPTCHA

    You should raise your issue in LiteSpeed Slack. The LiteSpeed Support Forum is only poorly maintained by LiteSpeed Support. Sign in to LiteSpeed Slack https://www.litespeedtech.com/slack and post your issue in the #litespeed_hosting channel
Top