Search results

  1. serpent_driver

    Missing Documentation about lscache_runner and lscache_walker

    All LiteSpeed plugins and crawler scripts uses lscache_runner or lscache_walker User-Agent, but there is no documentation about these 2 User-Agents. The last information I got (from @Lauren) many years ago was, that lscache_runner extends the cache lifetime by the set TTL value if the cache is...
  2. serpent_driver

    Disable Imagick version warning PHP 8.3 - cPanel

    https://github.com/ImageMagick/ImageMagick/discussions/2022
  3. serpent_driver

    Updated to: version (6.3.1 (build 5)) - Now stale cache files

    I want to support you, but the information provided is not enough to support you adequately. I would need access to your WP backend and at least a URL to your website. The cache plugin support in the WordPress forum has the option to check your plugin configuration, so it is only logical that...
  4. serpent_driver

    Updated to: version (6.3.1 (build 5)) - Now stale cache files

    I'm a fan of "Spock" which means that when there is a problem, I try to think logically to solve it. Logic says that if you have the cache plugin disabled, nothing will be cached and if nothing is cached, how can the issue be solved if you purge the cache?! Or if you don't jump into the water...
  5. serpent_driver

    Updated to: version (6.3.1 (build 5)) - Now stale cache files

    Nothing happens without a reason. Since the last update of LSWS did not make any changes that could affect the cache behavior, this update can be ruled out as the cause. Therefore, you should consider which settings you changed in the cache plugin for WordPress. The most likely cause would be...
  6. serpent_driver

    How to create wildcard subdomain?

    This forum is for LiteSpeed Enterprise (LSWS). For OLS support please visit OLS suppport forum: https://forum.openlitespeed.org/
  7. serpent_driver

    Apache is selected instead of Litespeed after reboot

    Use a different port offset other than 0 (Default value is 1000) and change Apache_Port_Offset to port_offset
  8. serpent_driver

    Issue php83 Litespeed Enterprise

    If you were using a supported server control panel like cPanel, the problem would not have occurred.
  9. serpent_driver

    Issue php83 Litespeed Enterprise

    https://stackoverflow.com/questions/60918752/azure-app-service-linux-php-how-to-add-with-freetype-dir-usr-lib-x86-64-li Answer provided by Kitt - The Cache Crawler for LiteSpeed and LiteCache - The Enterprise Page Cache based on LScache. https://www.cachecrawler.com
  10. serpent_driver

    New Products or Prestashop banner

    The purge events in ESI configuration do not purge the homepage cache. Therefore, you cannot use ESI for the entire homepage. The only solution is to either shorten the TTL for the homepage or to manually purge the cache for the homepage or disable caching on homepage.
  11. serpent_driver

    Page Cache not detected WP

    Read the requirements for the LiteSpeed cache plugin: https://docs.litespeedtech.com/lscache/lscwp/faq/#why-do-the-cache-features-require-a-litespeed-server
  12. serpent_driver

    Xenforo LSCache Addon Compatibility Issue

    Could you please explain what auto switch feature is good for? Maybe we can find an alternative solution.
  13. serpent_driver

    Large chunks of white space

    Next time if you have another issue, please read this first: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  14. serpent_driver

    Error: Cannot find module '/usr/local/lsws/fcgi-bin/lsnode.js'

    Try this: https://stackoverflow.com/questions/78323148/error-cannot-find-module-usr-local-lsws-fcgi-bin-lsnode-js
  15. serpent_driver

    Help - Purge all occurring on product edit.

    No need to follow. LSCWP support in WP forum is the only place where you get support for this plugin. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  16. serpent_driver

    WordPress Plugins creating files with no read permission

    Default umask setting is 0022 => 0644 (rw-r--r--) for files and 0755 (rwxr-xr-x) for directories.
  17. serpent_driver

    WordPress Plugins creating files with no read permission

    Do you have OLS or LSWS?
  18. serpent_driver

    WordPress Plugins creating files with no read permission

    The cache plugin doesn't set any file permissions. If created files by the cache plugin have wrong permission, then the logic says, a PHP configuration parameter (umask()) is wrong, so you shouldn't search for any bug of the cache plugin, but for a wrong (custom) server configuration
Top