Search results

  1. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    There is usually no timeout limit in the console, so you shouldn't have any problems in the console. However, it makes a difference whether the PHP script actually runs as cron or you run the script manually in the console, because then there is a SSH timeout. Regardless, try this timeout code...
  2. serpent_driver

    Does LiteSpeed cache country specific files?

    Yes, but needs extra cache vary settings in .htaccess, if this plugin sets a cookie depending on country. It would also work without cookies, but then requires the GeoIP database. For more information, please contact Cache Plugin Support on the Wordpress Forum, as this forum does not support the...
  3. serpent_driver

    WooCommerce - Stripe - Problems with LS 6.1?

    I don't want to completely rule it out, but based on your description, the cause could most likely be the plugin. Regardless, you should contact LiteSpeed Support directly. support@litespeedtech.com
  4. serpent_driver

    WooCommerce - Stripe - Problems with LS 6.1?

    This issue is Cache Plugin related, so please read this. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  5. serpent_driver

    Joomla! 4.2.8 + LScache "latest": problems with Virtuemart (administration)

    @RobertG I'm sorry that you didn't get the expected solution to your problem despite being asked. However, the lack of an answer from LiteSpeed Support puts it into perspective. The latest version of the cache plugin for Joomla 4 is an RC build. This means that this plugin is not yet fully...
  6. serpent_driver

    Force Public Cache URls

    Yes. Did you purge the cache? Note: There is more than 1 cache plugin, so always add information which plugin for which application you use This forum doesn't support cache plugin for WP any longer. https://www.litespeedtech.com/support/forum/forums/litespeed-cache-plugin-for-wordpress.37/
  7. serpent_driver

    Litespeed won't find subdomains links

    For OpenLiteSpeed please use OLS forum. This forum is for LiteSpeed Enterprise only. https://forum.openlitespeed.org/
  8. serpent_driver

    Exclude Wordpress page from being cached?

    LScache is a URL based HTTP cache, so it is not possible to exclude included PHP files from being cached, but you can use ESI that can punch holes in a website. Such ESI holes can have no-cache or different cache control. For more information about ESI use LiteSpeed documentation about ESI and...
  9. serpent_driver

    Login form in modal window not displaying correctly in Joomla 3

    Would it be possible for you to post the link to your site?
  10. serpent_driver

    Is it possible to make a cache that is only used once for each user? only First access

    https://wordpress.org/support/topic/is-it-possible-to-make-a-cache-that-is-only-used-once-for-each-user/
  11. serpent_driver

    Cannot modify header information - headers already sent in /wp-content/plugins/litespeed-cache/src/vary.cls.php on line 735

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

    [SOLVED] [Crawler Script] Curl operation/command failed due to server return code - 404, exit

    Secret? I don't know. I just don't know the real (not really. When will you use a translator? ;) ) URL.
  13. serpent_driver

    [SOLVED] [Crawler Script] Curl operation/command failed due to server return code - 404, exit

    Joker. I don't have to tell YOU that my-domain.com is just a placeholder.
  14. serpent_driver

    [SOLVED] [Crawler Script] Curl operation/command failed due to server return code - 404, exit

    Please try this in console: curl -IkL -w "https://my-domain.com/sitemap.xml" // replace my-domain.com with your domain. and this curl -IkL -w -X GET "https://my-domain.com/sitemap.xml" // replace my-domain.com with your domain. and post the results
  15. serpent_driver

    [SOLVED] [Crawler Script] Curl operation/command failed due to server return code - 404, exit

    The curl version is up-to-date and I would have been surprised if curl had been outdated on a modern OS. Can you make sure the url to the sitemap.xml is correct? The error that is displayed clearly indicates that the sitemap.xml cannot be found under the specified URL. Can you try enabling...
  16. serpent_driver

    [SOLVED] [Crawler Script] Curl operation/command failed due to server return code - 404, exit

    This crawler script runs on hundreds of hosts, so why shouldn't it run now?! If there are any errors with this variable, the error would be different.
  17. serpent_driver

    [SOLVED] [Crawler Script] Curl operation/command failed due to server return code - 404, exit

    Curl operation/command failed due to server return code - 404, exit This error is generated by the crawler script, so it has nothing to with bash or sh. @QBProducts Please check the curl version and verify if the crawler function is enabled.
  18. serpent_driver

    Include configuration files in litespeed

    Why don't spammers die out?
  19. serpent_driver

    Class 'IntlDateFormatter' not found

    @CynthiaGodbey If you have OpenLiteSpeed please use OLS forum. This forum is for LiteSpeed Enterprise (LSWS). https://forum.openlitespeed.org/
  20. serpent_driver

    [Resolved] How to use multiple Sitemaps in Cache Plugin for Warmup Crawler?

    A few days ago there was an intense discussion in LiteSpeed Slack about why you can only enter 1 sitemap for the crawler in the cache plugin for WordPress. If you have a plugin installed, such as YOAST or Rank Math, the question does not arise because these plugins automatically create an index...
Top