Search results

  1. serpent_driver

    prestashop litespeed login redirect to blank page

    This bug has never been fixed, so there is only a quick & dirty fix available. https://www.litespeedtech.com/support/forum/threads/prestashop-login-problem.22707/post-128259
  2. serpent_driver

    Help with Running Cronjob to Purge Homepage on PrestaShop with Litespeed

    Name the file as you like it. The code allows only to be executed in console or by cron. If executed only the cache generated by LScache plugin for PrestaShop is purged. Setup a cron job with intervall of your choice: php /absolute_path_to_purge_file/filename_of_your_choice.php <?php...
  3. serpent_driver

    What if your host tells you Unfortunately, our shared hosting does not support redis or memcached. They do use LiteSpeed

    Memcached or Redis are not a LiteSpeed related features. If your host doesn't provide Memcached or Redis then he wants you to invest more money in a hosting plan where Memcached or Redis is supported. If such features are not supported with the current hosting plan, there is no alternative to...
  4. serpent_driver

    Litespeed on cpanel "abort request..., code: 4" sporatically

    Don't be confused if a solution can be easy. If an error ocurrs the most important thing to find out the reason for an arror is how or what is the error caused by. Every error can be logged, so check the provided error logfiles what was going wrong. Just think logical, nothing happens without a...
  5. serpent_driver

    Need some help with Public and private cache settings.

    A plugin is more than a few lines of code in .htaccess and a plugin is not a universal plugin. Each CMS needs its own cache plugin for php programming.
  6. serpent_driver

    Need some help with Public and private cache settings.

    A forum is not page cache friendly. Too many changes to the content in too short a time. You also need an intelligent purge solution for new or changed threads, which can only be created to a very limited extent using .htaccess. If at all, the cache and purge configuration must be done using PHP.
  7. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    If you want the crawler to be enabled you must notify the A2 support on which domain or sub-domain you need the crawler. A2 support is good, but not every (first level) supporter is a specialist for LiteSpeed, so you should give as much information as possible to redirect your need to a...
  8. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    Normally it doesn't take more than 24 hours to get an answer from A2 support.
  9. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    A2 supports the crawler, but it must be enabled for every domain and sub-domain (on shared hosting plan), so if you have the crawler support requested wait for confirmation. btw. The Kitt cache crawler isn't limited by any restrictions!
  10. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    If you have access to the LiteSpeed WebAdmin complete the settings, otherwise and if you are on Shared Hosting contact A2 support as the crawler must be enabled for every domain and sub-domain. On Shared Hosting the ESI function is enabled by default at A2.
  11. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    The settings in WebAdmin are globally, so if lscache, the crawler and ESI are enabled, these settings should be available on all domains. You can check it by creating a custom test php file. Create a custom php file and enter <?php echo $_SERVER['X-LSCACHE'] upload this file where you use...
  12. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    lscache, the crawler and ESI must be enabled in WebAdmin console. You can check the settings by running phpinfo() in a custom php file.
  13. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    I don't see any LiteSpeed cache header!? Kitt for PrestaShop expects PrestaShop to be installed. thirty bees isn't supported. ESI must be enabled in LiteSpeed WebAdmin console.
  14. serpent_driver

    Seeking Solution for Handling WebP Fallback for Email and WhatsApp Platforms

    There is a fallback solution integrated in the LScache plugin for Wordpress, but this fallback needs the main document to be requested, means, if a webp image is requested directly and the browser doesn't support webp this webp image can't be displayed by this browser. But you shouldn't worry...
  15. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    LiteSpeed web server is running, but LScache is not available. LScache plugin is developed for PrestaShop and not for Thirty Bees.
  16. serpent_driver

    TooManyNon2xxStatus - how to tweak what is "too many"?

    Don't make life so difficult for yourself. It's much easier and, above all, requires very little effort. However, this requires a WAF such as CF WAF. With CSF you don't have the same options as with a WAF. I could describe to you in detail how you can get a much better result without CSF but...
  17. serpent_driver

    TooManyNon2xxStatus - how to tweak what is "too many"?

    You are right, but in this specific case private data is relative. Ultimately, it is your decision. CSF may be more effective, but CSF filters at a deep network layer. This allows you to filter IP addresses very well, but filtering specific IP addresses is like fighting windmills.
  18. serpent_driver

    TooManyNon2xxStatus - how to tweak what is "too many"?

    This is probably because you are using the standard filters provided by CF. These actually do not work as expected. However, with a little brainpower and without paid plan, you can set up custom filters that work 100%. I filter about 7500 requests every day.
  19. serpent_driver

    TooManyNon2xxStatus - how to tweak what is "too many"?

    Use CloudFlare WAF. It is always better to use any external service to filter unwanted traffic like bad bots.
Top