Search results

  1. LiteCache

    LS Cache randomly breaks page encryption (UTF-8)

    @stevieosaurus The issue is not caused by LScache or by an incorrect encoding format for the output. Especially since the encoding format for the HTML output does not change any bytes. The cause is an incorrect encoding of the source format, which must be either ANSI or UTF-8. Since you are...
  2. LiteCache

    Getting timeout error...

    noabort and noconntimeout don't work in all cases. LSWS (and OLS?) has LSAPI_MAX_PROCESS_TIME Environment Variable. https://docs.litespeedtech.com/lsws/cp/cpanel/long-run-script/#set-lsapi_max_process_time-environment-variable
  3. LiteCache

    How to install ionCube 13 in PHP 8.1??

    This will help to use the AWR Plugin for WordPress to use AVIF replacement/conversion for the LSCWP cache plugin. Thanks a lot! https://www.cachecrawler.com/WP-Plugins/WP-Plugin-avif-webp-Image-Conversion-for-LiteSpeed-LScache::6574.html
  4. LiteCache

    inclusion of http error code in openlitespeed

    @technotic Did you also check this? https://www.cachecrawler.com/WP-Plugins/WP-Plugin-avif-webp-Image-Conversion-for-LiteSpeed-LScache::6574.html
  5. LiteCache

    inclusion of http error code in openlitespeed

    You don't have to learn programming. Let others do this job, just try to understand the code. This helps a lot to qualify developers work and also helps to find reasons if a plugin or theme doesn't work as expected.
  6. LiteCache

    inclusion of http error code in openlitespeed

    There is only compatibility for PHP 7.4 to 8.1. Support for PHP > 8.1 will only be possible at the end of this year because we also want to support PHP 8.3, which IonCube is currently unable to guarantee.
  7. LiteCache

    inclusion of http error code in openlitespeed

    Never! Tesla has copied it.... ;)
  8. LiteCache

    inclusion of http error code in openlitespeed

    Make your own fun. :) <?php http_response_code(418); echo "<!DOCTYPE html> <html lang='en'> <head> <meta charset='UTF-8'> <meta name='viewport' content='width=device-width, initial-scale=1.0'> <title>I'm a teapot</title> <style> body { font-family: Arial...
  9. LiteCache

    inclusion of http error code in openlitespeed

    Maybe this is the reason why this status code isn't available.... https://www.rfc-editor.org/rfc/rfc9110.html#name-418-unused https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml#http-status-codes-1
  10. LiteCache

    Multiple lsphp with high CPU usage

    @Rhino Page optimization is not free. If a page is not yet cached, then optimization causes a higher load. This is especially true, but not only, for the LiteSpeed cache plugin. The more optimization functions you use, the higher the load.
  11. LiteCache

    detect external loop redirection with target URL rewrite error for wp-admin

    @dsTravis Check .htaccess files in /wp-content, /wp-admin
  12. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    CloudFlare is the better way to block unwanted access. ModSecurity and .htaccess always causes a high load to drop unwanted access, but CF don't have WAF functions to check headers like it is described in the posted link. The question is what do you prefer. Best blocking method? Use htaccess...
  13. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    Try using 'facebookexternalhit' instead of only 'facebook'. btw. You should read this: https://forum.openlitespeed.org/threads/how-to-block-unwanted-traffic-easily-but-effectively-and-without-waf-or-cloudflare.5989/
  14. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    I can't see facebookexternalhit UA in this code?!
  15. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    @admiral504 Ignore FaceBook (MugBook)! FB thinks primarily of itself. This is especially true when it comes to AI functions. This means that the Facebook bot obtains (scrapes) content from websites in order to keep users on the FB website in order to earn money. That's why I blocked the...
  16. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    @admiral504 You should not use ModSecurity to limit the number of requests per unit of time, as this will cause a high load. If FB Bot is a legitimate bot, then this bot respects robots.txt and you can use robots.txt to limit the crawl frequency for FB Bot...
  17. LiteCache

    https redirect issue

    https://www.litespeedtech.com/support/forum/threads/https-redirection-not-working.23173/post-130055
  18. LiteCache

    https redirect issue

    @Cold-Egg @ggcristian didn't tell you that he uses cPanel, so I think this is the problem?!
  19. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    @admiral504 Just for testing, try 403 instead of 429 to check if OLS supports ErrorDocument 429.
Top