Search results

  1. 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...
  2. 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]
  3. 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.
  4. 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/
  5. Cold-Egg

    Repository for Debian 13 "Trixie"

    Thanks @PaulK and @epionier, lsphp84-imap package is now available.
  6. 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:
  7. Cold-Egg

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

    You can stop/start virtual host from the openlitespeed control panel.
  8. 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.
  9. 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/
  10. 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.
  11. Cold-Egg

    lsphp84 disappeared since update

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

    Repository for Debian 13 "Trixie"

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

    lsphp84 disappeared since update

    @Mathis Done, please give it a try.
  14. 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.
  15. Cold-Egg

    EL9/aarch64 Docker: can’t install OLS without lsphp74

    I use your dockerfile, and the build works on my arm server.
  16. Cold-Egg

    LiteSpeed Server ignoring <Files> and RewriteRule [F] directives

    Putting "RewriteRule ^\.user\.ini$ - [F,L]" at the top of the .htaccess file should work. You can also set a static context to restrict the file from being accessed.
  17. Cold-Egg

    lsphp84 disappeared since update

    Hi @Mathis I tried to push some lsphp84 and extension packages to the repo for Trixie, feel free to give it a try and let me know if you have any issues.
  18. Cold-Egg

    Repository for Debian 13 "Trixie"

    Hi @PaulK and @paul_m I tried to push some lsphp84 and extension packages to the repo for trixie, feel free to give it a try and let me know if you have any issues.
  19. Cold-Egg

    lsphp84 disappeared since update

    @Mathis Ah, I see, you were running Debian 12 with lsphp84 and then upgraded to Debian 13. Since the lsphp packages for Debian 13 aren’t available yet, this issue can occur. For now, please avoid running any updates.
  20. Cold-Egg

    OpenPanel supports OpenLiteSpeed webserver!

    Can you give me some key features content so I can help list it on the page?
Top