Recent content by Cold-Egg

  1. Cold-Egg

    WordPress Admin Automatically Logs Out After Login on LiteSpeed Server

    Has this happened before? Or is it a fresh setup? I'd check WP_HOME and WP_SITEURL first and see if they match. You could also use wp CLI command to disable plugins from the console temporarily to narrow down the issue.
  2. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    Check it again https://rpms.litespeedtech.com/centos/9/update/x86_64/RPMS/
  3. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    Check this https://rpms.litespeedtech.com/centos/9/update/x86_64/RPMS/ 1.9.1-2 is ready.
  4. Cold-Egg

    OLS v1.9.1 available?

    I know 1.9.1 is released, but we might want to add a few minor changes in this version :)
  5. Cold-Egg

    OLS v1.9.1 available?

    I see, v1.9.1 is not final yet, but it is very close. We will add the release log once everything is completed.
  6. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    @stevieosaurus Could you update the openlitespeed package with dnf or yum and let us know if it fixes the issue?
  7. Cold-Egg

    OpenLiteSpeed 1.9.0 PROXY Protocol with Nginx Stream causes HTTPS handshake failure

    I just set up Nginx as a proxy server, which works too. stream { upstream ols_http { server 127.0.0.1:8080; } server { listen 1180; proxy_pass ols_http; proxy_protocol on; } } OLS: tuning { proxyProtocol 127.0.0.1, ::1 }...
  8. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    I will take a look.
  9. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    Did you install the package from apt? Or did you get it from a prebuilt package?
  10. Cold-Egg

    OLS 1.9.1 webAdmin loses features

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

    Cannot enable PHP 8.3 JIT for some reason on Debian 13

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

    SHA1 key exchange

    It should be disabled in the latest, please try v1.9.1 and let me know if it works.
  13. 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
  14. Cold-Egg

    OLS v1.9.1 available?

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

    Hide server IP

    Glad to know it works now.
Top