Search results

  1. Cold-Egg

    Repository for Debian 13 "Trixie"

    All PHP packages are updated, feel free to give it a try.
  2. 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.
  3. Cold-Egg

    Repository for Debian 13 "Trixie"

    Got it, will have it fixed.
  4. 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.
  5. Cold-Egg

    Repository for Debian 13 "Trixie"

    Just an update, lsphp82&83 are ready, lsphp81 is not ready yet
  6. 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]
  7. 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...
  8. 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]
  9. 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.
  10. 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/
  11. Cold-Egg

    Repository for Debian 13 "Trixie"

    Thanks @PaulK and @epionier, lsphp84-imap package is now available.
  12. Cold-Egg

    Repository for Debian 13 "Trixie"

    libc-client2007e is an unstable release. I will take a look. OpenLiteSpeed package will be released after all PHP packages are completed. So, please do not uninstall or reinstall your current OLS :oops:
  13. Cold-Egg

    Pause virtual host and/or ext.app or context rules

    You can stop/start virtual host from the openlitespeed control panel.
  14. Cold-Egg

    Repository for Debian 13 "Trixie"

    I found that libc-client-dev isn’t available on Trixie, which caused the IMAP build to fail. So, no solution for IMAP now.
  15. Cold-Egg

    Repository for Debian 13 "Trixie"

    It's already pushed. Maybe because the existing package version is higher than the new package on your system? See the packages here https://rpms.litespeedtech.com/debian/pool/main/trixie/
  16. Cold-Egg

    Repository for Debian 13 "Trixie"

    @epionier The MySQL, Memcached, and Redis packages are ready; feel free to give them a try and let me know if you encounter any issues. For imap, I guess it's not compatible with Trixie yet.
  17. Cold-Egg

    lsphp84 disappeared since update

    Glad to know it works well!
  18. Cold-Egg

    Repository for Debian 13 "Trixie"

    That is for sure, just need some time.
  19. Cold-Egg

    lsphp84 disappeared since update

    @Mathis Done, please give it a try.
  20. Cold-Egg

    lsphp84 disappeared since update

    @Mathis Got it, I’m currently working on the amd64 lsphp84 packages, but I’ll switch to the main lsphp84 PHP package for aarch64 as well.
Top