Search results

  1. serpent_driver

    Haproxy & Litespeed

    Think about the words "load balancer". It balances the load, but if there is only 1 webserver, how can the load be balanced, if there is no other webserver where the load can be balanced? You need at least a second webserver on a second machine to get the advantage of a load balancer, but before...
  2. serpent_driver

    Safari problems

    You know that this is a forum for LiteSpeed webserver? You are using Apache webserver.
  3. serpent_driver

    Safari problems

    Would you provide us with a link to your website?
  4. serpent_driver

    Problem with ceche

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

    Litespeed cache for opencart not creating cache files

    Lscache is working proper. You selected wrong directory. Cache directory is /lscache not /cache. Lscache diretory is located in /home/lscache not in document_root. You can verify if cache works. For this check response headers for main document in browser dev console (network tab) and look...
  6. serpent_driver

    Problem with ceche

    There is not only 1 plugin available. Every supported application has its own plugin, so which application do you use?
  7. serpent_driver

    Problem with ceche

    I don't speak ukrainian
  8. serpent_driver

    [solved] Bug or Feature: LSWS doesn't accept more than 1 response header with the same name

    Yes, but we are talking about PHP, not .htaccess. Either LSWS doesn't allow to set headers with the same name or I don't know how to "append" headers with the same name in PHP, but different value.
  9. serpent_driver

    Problem with ceche

    Application?
  10. serpent_driver

    LScache internal crawler(recache) and SEO urls question

    I already answered your questions. If a URL has a redirection like /index.php?route=product/product&product_id=28 to short URL crawler follows this redirection and caches the redirected URL (short URL), but not /index.php?route=product/product&product_id=28 It doesn't matter if crawler does...
  11. serpent_driver

    LScache internal crawler(recache) and SEO urls question

    Yes, this is the crawler function, simple and fast, but absolutely no algorithm..... ;) Learn cURL and build your own crawler. Only 1 line of PHP code is needed. https://curl.se/
  12. serpent_driver

    Confused which Site Owner Plus from which category

    You should open a support ticket to get qualified support for these questions.
  13. serpent_driver

    LScache internal crawler(recache) and SEO urls question

    This is not a algorithm for the crawler. Crawler has no algorithm. It's only a small cURL function that requests defined URLs. Check function crawlUrls.
  14. serpent_driver

    Confused which Site Owner Plus from which category

    Price for LiteMage depends on which version you want to buy. Click on Order Now button and select caching dropdown.
  15. serpent_driver

    LScache internal crawler(recache) and SEO urls question

    Why to crawl all URLs (paths)? If URL has a proper redirection there is absolutely no need to cache a URL that redirects to another URL. If there is a redirection with proper status code 302 or 301 such requests will not be cached, so you can't cache such URLs.
  16. serpent_driver

    LScache internal crawler(recache) and SEO urls question

    /index.php?route=product/product&path=24&product_id=28 1st GET Parameter --> route=product 2nd GET Parameter --> path=24 3rd GET Parameter --> product_id=28 I can't tell you if rewriting behaviour of OpenCart causes any malfunction of crawler. I can only tell you that in some cases...
  17. serpent_driver

    Allow IP address from text file in htaccess

    If you have no access to LS settings, you can't have LiteSpeed Enterprise. OpenLiteSpeed is for free and the most used LiteSpeed version for hosting companies and for low budget hostings like WPX. Your need to include text file in .htaccess doesn't work, neither in LSWS, OLS nor any other...
  18. serpent_driver

    Allow IP address from text file in htaccess

    There is no version 2.4xxxxxxx
  19. serpent_driver

    Allow IP address from text file in htaccess

    LiteSpeed V7.7 ? There is no such version! You mean version 1.7 and this is OpenLiteSpeed, not LiteSpeed Enterprise. For OpenLiteSpeed this is very you belong to: https://forum.openlitespeed.org/ This forum is for LiteSpeed Enterprise.
Top