Search results

  1. serpent_driver

    [URGENT] Error Object Cache Button Always OFF setting After Save Setting

    I don't know what you want to tell me?! I merely completed your unfinished sentence.
  2. serpent_driver

    [URGENT] Error Object Cache Button Always OFF setting After Save Setting

    If you are use a UNIX socket, host should be set to /path/to/memcached.sock, but in this case it isn't UNIX. Otherwise the connection test wouldn't pass.
  3. serpent_driver

    LiteSpeed Cache is blocked

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

    Zabbix Monitoring x-litespeed-cache:miss Magento 2 Store

    Vary differences? Difference to what?
  5. serpent_driver

    Zabbix Monitoring x-litespeed-cache:miss Magento 2 Store

    There is no special source for it, because it is just a rewrite rule that follows Apache's way to define it, so look at Apache documentation.
  6. serpent_driver

    How to disable caching sitewide?

    If all sources are dynamic (static sources also??), then there is no need to disable the browser cache because such sources are not cached by design, but it depends on your application. For dynamically generated sources it makes sense to disable the browser cache, but not for static sources. You...
  7. serpent_driver

    How to disable caching sitewide?

    Yes, it will work with LiteSpeed as well, but why do you want to disable browser cache?
  8. serpent_driver

    RubyMine or VS Code + extension(s) for debugging?

    You should use LiteSpeed Slack to get this issue be answered. https://www.litespeedtech.com/slack
  9. serpent_driver

    Zabbix Monitoring x-litespeed-cache:miss Magento 2 Store

    You still don't understand the difference between the "vary" response header and the E=Cache-Control:vary directive. If you want to create a different cache copy depending on the device, then you have to define the appropriate conditions for the rewrite rule. It would then look something like...
  10. serpent_driver

    Installing Litespeed = stopping index in Google !!!

    Do you use any cache plugin? If yes, which one?
  11. serpent_driver

    lscmctl tool suddenly start to generate error

    You should use LiteSpeed Slack to get this issue be answered. https://www.litespeedtech.com/slack
  12. serpent_driver

    Zabbix Monitoring x-litespeed-cache:miss Magento 2 Store

    No, it isn't. Since there is a difference in the term "vary". The HTTP vary header is primarily intended to tell the browser that there is different content depending on the device used. However, this cache vary header has nothing to do with LiteSpeed cache vary. Therefore it is not possible to...
  13. serpent_driver

    How to prevent error pages with status code 500 from being cached

    These tips don't work on any page, because the topic isn't about influencing the browser cache behavior, but the server-side cache. Cache-Control is not x-litespeed-cache-control!
  14. serpent_driver

    PHP websites under LSPHP get HACKED all the time

    @solaris2023 You are still talking nonsense. If there is an issue with permissions, then the programming is responsible for it first of all. LSPHP is not a fundamentally different PHP. LSPHP is an optimized compilation of PHP built to work with LiteSpeed products through the LiteSpeed SAPI...
  15. serpent_driver

    PHP websites under LSPHP get HACKED all the time

    I'm sorry to be so blunt, but you're talking nonsense. The LiteSpeed web server is neither more nor less insecure than other web servers. 99.99% of hacks are based on bad programming and since PHP is the most widely used scripting language, it mostly affects almost all PHP scripts.
  16. serpent_driver

    Image names being changed by LiteSpeed breaks image links and I get "404 Not Found nginx" (examples included)

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

    Hostinger Support advised contacting LiteSpeed

    Support for cache plugin for Wordpress is provided at Wordpress support forum only. This forum doesn't support cache plugin for Wordpress any longer. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  18. serpent_driver

    The login page keeps loading and I can't log in

    The same link is displayed in the footer of LiteSpeed cache plugin for Wordpress.
  19. serpent_driver

    Crawler: Stop product view count from increasing

    Yes, tell the counter not to count the crawler. That's it. The crawler cannot make itself invisible. It requests the URLs in the same way as a natural user.
  20. serpent_driver

    Crawler: Stop product view count from increasing

    This job must be done by the counter function, because the crawler can't tell the counter:"Please don't count me." ;)
Top