@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...
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
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
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.
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.
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
@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.
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...
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/
@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...
@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...