Search results

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

    ZSTD compression

    Thanks for the suggestion, I've forwarded the above info to the dev team.
  17. Cold-Egg

    mod_acme.so missing from 1.9.0 release - ACME feature completely non-functional

    Regarding the language improvements, we plan to use AI modules to enhance the translations and likely include them in version 1.9.1. We would appreciate any feedback you can provide in the meantime. :)
  18. Cold-Egg

    mod_acme.so missing from 1.9.0 release - ACME feature completely non-functional

    This new module should be included in the 1.9 but it's not, thanks for the report. The dev team will have it included, probably in the next release/build.
  19. Cold-Egg

    Open Lite Speed With GLPI 11

    I followed the doc without changing anything, as it's my first time installing GLPI.
  20. Cold-Egg

    Open Lite Speed With GLPI 11

    I follow https://glpi-install.readthedocs.io/en/latest/prerequisites.html#apache-configuration and make sure the document root points to the public folder, and set the rewrite rules(I am not sure if it's required.). The installation wizard all works for me.
Top