Recent content by Cold-Egg

  1. Cold-Egg

    Repository for Debian 13 "Trixie"

    pspell has been moved to PECL for PHP 8.4, we will add this after the openlitespeed.
  2. Cold-Egg

    Virtual Host SSL does not override Listener SSL

    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.
  3. Cold-Egg

    Chown warning on installation

    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.
  4. Cold-Egg

    Combining an OLS host with multiple docker containers

    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/
  5. Cold-Egg

    Repository for Debian 13 "Trixie"

    All PHP packages are updated, feel free to give it a try.
  6. Cold-Egg

    Repository for Debian 13 "Trixie"

    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.
  7. Cold-Egg

    Repository for Debian 13 "Trixie"

    Got it, will have it fixed.
  8. Cold-Egg

    Access Log

    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.
  9. Cold-Egg

    Repository for Debian 13 "Trixie"

    Just an update, lsphp82&83 are ready, lsphp81 is not ready yet
  10. Cold-Egg

    How to Enable Hotlink Protection for WebP Images in OpenLiteSpeed

    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]
  11. Cold-Egg

    OLSW Webadmin console uses different PHP version

    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...
  12. Cold-Egg

    How to Enable Hotlink Protection for WebP Images in OpenLiteSpeed

    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]
  13. Cold-Egg

    '.php' does not allow serving as static file, access denied! Error

    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.
  14. Cold-Egg

    Fail to install openlitespeed!

    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/
  15. Cold-Egg

    Repository for Debian 13 "Trixie"

    Thanks @PaulK and @epionier, lsphp84-imap package is now available.
Top