Search results

  1. Cold-Egg

    Ols 1.8.0 Crash on Almalinux 8

    I did not see any similar report, please submit the issue to support@litespeedtech.com with this forum post link appended for further help.
  2. Cold-Egg

    softLimit and hardLimit

    Do you mean the per-client throttling or PHP configuration?
  3. Cold-Egg

    HTTP3/QUIC value warning

    Thanks for the report, the issue has been confirmed and will be addressed in v1.8.1.
  4. Cold-Egg

    ssl port 80

    You can configure port 80 with HTTPS, but it's not recommended. It could cause users to have to specify the port with HTTPS to use, and the certbot renewal may not work.
  5. Cold-Egg

    New Main PID does not exist or is a zombie

    @rakoxsynt Did you change anything to the admin configuration? If so, please share the config files and the error log.
  6. Cold-Egg

    TLS broken - who can prove otherwise :)

    So it's not a TLS issue but an upload speed issue. Please create a ticket to support@litespeedtech.com with this forum post link appended. Once resolved, we can share the result here.
  7. Cold-Egg

    Deploying website with Node.js Express on VPS OpenLiteSpeed

    mmm, what about that startup file, does it help if you set a full path, .e.g. xxxx/dist/server.js? If it still does not work, please raise a ticket to support@litespeedtech.com with this forum post link appended.
  8. Cold-Egg

    Failed to init SSL Session Id Cache

    Please raise a ticket to support@litespeedtech.com with this forum post link appended for further check.
  9. Cold-Egg

    Failed to init SSL Session Id Cache

    Try this, and let us know if it works. rm -rf /dev/shm/ols service lsws restart
  10. Cold-Egg

    openlitespeed-wordpress on Google Cloud depreciated?

    In case you might want it, here's the step to build the image, https://github.com/litespeedtech/ls-cloud-image/wiki/Build-WordPress-Image
  11. Cold-Egg

    Deploying website with Node.js Express on VPS OpenLiteSpeed

    Have you set up the virtual host domain mapping under the listener? See https://docs.openlitespeed.org/configuration#map-virtual-hosts
  12. Cold-Egg

    TLS broken - who can prove otherwise :)

    @ols_skeptic Do you mean that you have an SSL config issue?
  13. Cold-Egg

    Access to virtual host [_AdminVHost] is denied.

    Does it work if you "curl -IkL https://127.0.0.1:7080/" from the SSH console? Did you set any ACL to the web admin?
  14. Cold-Egg

    2fa feature for OLS Webadmin Console

    Currently, there's no plan for 2fa, but you can block port 7080 unless you need it. Or, setup ACL on the web admin page.
  15. Cold-Egg

    Problem with wordpress installation

    I assume you have run the docker compose up inside or somewhere of the vscode, does it show all containers are up and run?
  16. Cold-Egg

    ufw lost

    Hi @Tom134 , please open an issue on CyberPanel Github, thank you.
  17. Cold-Egg

    No request delivery notification has been received from LSAPI application, possible dead lock.

    The HTTP/HTTPS connection feature is under the Server Configuration > Tuning, not PHP related. If you have the net-tools app installed on the server, you can also check the established connection with this command: "netstat -an | grep "443" | grep ESTA".
  18. Cold-Egg

    How to redirect “http:// serverip:8090” to “https://hostname :8090”

    It should have forced HTTPS for the control panel already. You can also follow https://community.cyberpanel.net/t/how-to-remove-port-8090-from-cyberpanel/30648/5 to set a domain for the control panel, and set force HTTPS rewrite rule for it, but you will need to visit it via port 80/443.
  19. Cold-Egg

    LSPHP-redis not working, how to debug

    Correct, due to the detached mode, you might want to restart the PHP. Here's the doc if anyone is interested.
Top