Search results

  1. serpent_driver

    Custom ErrorDocument is Ignored

    Place error_document in document_root and try again.
  2. serpent_driver

    Litespeed cache on memcached and redis

    @Cipher If you have Memcached or Redis enabled, leave the settings page for cache and request cache settings page again. The connection status is often not displayed immediately when the Object Cache has been activated. You should also check whether you use a Unix socket, because you then have...
  3. serpent_driver

    Laravel Litespeed Cache for Logged In User

    Says an nginx user who only knows LiteSpeed by name.
  4. serpent_driver

    Browser errors were logged to the console

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

    Wordpress Installation on Litespeed Enterprise

    PHP interpretor is missing, so you better should use a control panel.
  6. serpent_driver

    Optimized WebP file expired and was cleared constant notification

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

    Images for Twitter Cards being blocked

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  8. 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/
  9. 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/
  10. 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.
  11. 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?
  12. 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.
  13. 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...
  14. 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...
  15. 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.
  16. 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.
  17. serpent_driver

    vary being ignored

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

    vary being ignored

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

    vary being ignored

    Did you try the second too code or only the first?
Top