Recent content by Cold-Egg

  1. Cold-Egg

    How to remove “Proudly Served by LiteSpeed Web Server…” footer from directory listing

    It's generated via /usr/local/lsws/share/autoindex/autoindex_include.php Maybe you can back up the script and customize it, and see if it works.
  2. Cold-Egg

    Web Admin login error after update to 1.8.4

    Thanks for the report, we will look into this!
  3. Cold-Egg

    Repository for Debian 13 "Trixie"

    Thanks for the report, and it's done.
  4. Cold-Egg

    2 website got hacked for using cyberpanel

    CyberPanel is a control panel; unless it’s compromised, it’s likely not related to the hacking issue. To secure a WordPress website from the web server side, you can protect the wp-login.php and wp-admin pages using a static context. ReCAPTCHA and throttling are also supported by the web...
  5. Cold-Egg

    Does rewrite works in context at VHost level?

    Proxy context does not support rewrite. You might want to follow https://docs.openlitespeed.org/config/reverseproxy/#rewrite-rules to set up the proxy with rewrite, then you can customize the rewriterule from there.
  6. Cold-Egg

    Repository for Debian 13 "Trixie"

    We had no choice but to discontinue lsphp84-imap, since its required dependency is not available in the default Debian 13 sources.
  7. Cold-Egg

    Repository for Debian 13 "Trixie"

    @PaulK @paul_m @epionier OpenLiteSpeed and all PHP packages are pushed, let me know if anything is still missing.
  8. Cold-Egg

    Chown warning on installation

    @lkjhfgcr Pushed openlitspeed v1.8.4-4 package for bookworm, feel free to give it a try and let us know if there are any issues.
  9. Cold-Egg

    Combining an OLS host with multiple docker containers

    Adding those parameters to the environment looks correct, though I’m not sure whether DOCUMENT_ROOT is the right one or if PHP-FPM actually receives it. Context might have higher priority than rewrite rules. Instead of using a FastCGI context, you can create a PHP handler for FastCGI so that...
  10. Cold-Egg

    Repository for Debian 13 "Trixie"

    pspell has been moved to PECL for PHP 8.4, we will add this after the openlitespeed.
  11. 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.
  12. 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.
  13. 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/
  14. Cold-Egg

    Repository for Debian 13 "Trixie"

    All PHP packages are updated, feel free to give it a try.
  15. 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.
Top