Search results

  1. Cold-Egg

    lsphp83 8.3.33 + bubblewrap = SIGSEGV

    I tried a similar setup, including upgrading and downgrading OLS with the lsup command and switching between PHP versions, but I still haven't been able to reproduce the issue. If the issue is still occurring, please send the issue to support@litespeedtech.com with this forum link appended for...
  2. Cold-Egg

    Anyone else seeing "Unix socket path is too long to generate an alternate address" on OpenLiteSpeed/SPanel?

    Thanks for the details. I will forward the issue to the dev team.
  3. Cold-Egg

    Anyone else seeing "Unix socket path is too long to generate an alternate address" on OpenLiteSpeed/SPanel?

    Could you provide an example of the full socket path that contains the .sock.<absurdly long numeric suffix>? For example, something like: **/tmp/lshttpd/example.com.sock.123456789** I'd like to check the actual length and format of the generated socket path.
  4. Cold-Egg

    Http/2 error in v1.9.1

    So far we haven't received any similar reports. Could you upgrade again? If the loading issue occurs again, please add your domain and your origin server's IP address to your hosts file so you can access the site directly, bypassing the CDN. If the page still loads slowly or fails to load on an...
  5. 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.
  6. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    Check it again https://rpms.litespeedtech.com/centos/9/update/x86_64/RPMS/
  7. 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.
  8. 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 :)
  9. 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.
  10. 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?
  11. 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 }...
  12. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    I will take a look.
  13. 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?
  14. Cold-Egg

    OLS 1.9.1 webAdmin loses features

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

    Cannot enable PHP 8.3 JIT for some reason on Debian 13

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

    SHA1 key exchange

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

    OLS v1.9.1 available?

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

    Hide server IP

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

    Hide server IP

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