Search results

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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
  7. 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
  8. 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
  9. Cold-Egg

    TLS broken - who can prove otherwise :)

    @ols_skeptic Do you mean that you have an SSL config issue?
  10. 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?
  11. 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.
  12. 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?
  13. Cold-Egg

    ufw lost

    Hi @Tom134 , please open an issue on CyberPanel Github, thank you.
  14. 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".
  15. 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.
  16. 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.
  17. Cold-Egg

    Light speed working on private window(incognito) while not working in normal window of a browser

    1. Please check if you have any cache settings on the server-level configuration. 2. Is there any cache rewrite rule in the .htaccess file?
  18. Cold-Egg

    Right To Left (RTL) Caching on LTR pages

    Hi, it seems you have another cache system called X-Gt-Cache, which may be the reason for showing the incorrect content. Please use either the LSCache system or the X-Gt-Cache system, multiple full page cache may cause the issue.
Top