Recent content by Cold-Egg

  1. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    Do you mean this one? It works on my v1.9.1
  2. Cold-Egg

    Cannot enable PHP 8.3 JIT for some reason on Debian 13

    DM you my test link; it seems to be working.
  3. Cold-Egg

    SHA1 key exchange

    It should be disabled in the latest, please try v1.9.1 and let me know if it works.
  4. Cold-Egg

    OpenLiteSpeed 1.9.0 PROXY Protocol with Nginx Stream causes HTTPS handshake failure

    I use haproxy for testing purposes, and it works from my test. Yes, proxyProtocolIP is the only thing I set. Yes, I tested both http and https listeners with OLS v1.9.1
  5. Cold-Egg

    OLS v1.9.1 available?

    Hi, we repackaged v1.9.1, and it should be available now.
  6. Cold-Egg

    Hide server IP

    Glad to know it works now.
  7. Cold-Egg

    Hide server IP

    It still works from my test( a 403). Could you double-confirm the listener and virtual host mapping settings?
  8. Cold-Egg

    wsgi-lsapi-2.1 not compatible with python 3.11,3.12,3.13,3.14

    I downloaded the wsgi-lsapi-2.1.tgz file, extract and then configured it with python3 ./configure.py without warning. (py version is 3.12) May I ask how you compile the binary file, or how to reproduce the issue?
  9. Cold-Egg

    LSCache management with CLI tool lscmctl

    Thanks for the report, issue confirmed, we will address it but no ETA.
  10. Cold-Egg

    OpenLiteSpeed keeps writing [DEBUG] messages in server log when logging is turned off

    I tried to reproduce it with v1.9.0 but failed. Could you raise a ticket with us again?
  11. Cold-Egg

    how to from cli display ALL modules installed?

    For OpenLiteSpeed, you don't need to specify <IfModule LiteSpeed>, as that directive is typically used in shared hosting environments running LiteSpeed Enterprise (LSWS). You also don't need to wrap rules inside <IfModule mod_rewrite.c>, since OpenLiteSpeed supports mod_rewrite functionality by...
  12. Cold-Egg

    how to from cli display ALL modules installed?

    CLI and API call methods are not available yet. How about `grep module /usr/local/lsws/conf/httpd_config.conf`, it will at least show the configured modules on the server level.
  13. Cold-Egg

    Is Google Enterprise reCaptcha support for lsrecaptcha

    For OpenLiteSpeed, I don’t think there's a plan for Enterprise reCAPTCHA yet.
  14. Cold-Egg

    Hidden HTTP/2 Bomb - CVE-2026-49975

    OpenLiteSpeed is not vulnerable to HTTP/2 Bomb attacks. See https://blog.litespeedtech.com/2026/06/05/http-2-bomb-vulnerability/ for more details.
  15. Cold-Egg

    Is Google Enterprise reCaptcha support for lsrecaptcha

    No, it does not support reCAPTCHA Ent, you might want to apply it on the site level.
Top