Your settings sound good. I have one Ubuntu 24.04 + OLS v1.8.4-3 and can not reproduce it. Could you check the logs and let us know if there are any error/issue reports? If none, please submit the issue to support@.litespeedtech.com with this forum post link appended.
Thanks for the report.
They all share the same build file. I just installed OpenLiteSpeed on Noble Arm, and no such issue. Maybe it happens on Debian only, I will review and try to avoid chown/install in the next build release and see how it goes.
Just an idea, not a solution.
For OLS, using built-in LSAPI should be much easier.
Have you tried this stack setup, https://docs.litespeedtech.com/cloud/docker/ols-wordpress/
Right, but I think that the testing repo is not stable, so I will remove the testing dependency package from the default lsphp packages. Still working on it and will update here once everything is done.
I don’t think there’s a built-in feature for that, but you can customize the log format and then use a script or command to filter out the data you need into a separate file.
You can also use user-agent to match the bot. You might want to give it a try and modify it.
RewriteCond %{HTTP_USER_AGENT} !(pinterestbot|bingbot) [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?yourdomain\.com [NC]
RewriteRule \.(webp)$ - [F,NC,L]
This setting isn’t configurable via the web admin, and we don’t recommend changing it yet since the OpenLiteSpeed package is not ready for Trixie yet. If something breaks, you won’t be able to reinstall it for now.
If you really need to customize the admin PHP, update the...
Hi,
How about placing these example rules in your .htaccess file?
RewriteCond %{HTTP_REFERER} !https://yourdomain.com [NC]
RewriteCond %{HTTP_REFERER} !www.pinterest.com[NC]
RewriteRule \.(webp)$ - [F,NC,L]
It's possibly due to the incorrect PHP external app or handler setup.
Maybe you can inbox me the config, and I can take a look.
If it's all the default value, you might also want to contact CloudPanel for support.
Trixie is a new release; we are still building the package for it.
See the packages for trixie on https://rpms.litespeedtech.com/debian/pool/main/trixie/