Search results

  1. Cold-Egg

    TLS broken - who can prove otherwise :)

    @ols_skeptic Do you mean that you have an SSL config issue?
  2. 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?
  3. 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.
  4. 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?
  5. Cold-Egg

    ufw lost

    Hi @Tom134 , please open an issue on CyberPanel Github, thank you.
  6. 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".
  7. 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.
  8. 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.
  9. 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?
  10. 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.
  11. Cold-Egg

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

    I think it displays the result of HTTP max con plus HTTPS max con.
  12. Cold-Egg

    Apache2 Aliases to openspeedlite

    Hi, what about the static context under that virtual host, it should achieve your request. For more information, feel free to check https://openlitespeed.org/kb/how-to-set-up-custom-headers/
  13. Cold-Egg

    Clear cache on a PROXY setup with Openlitespeed being upstream from multiple downstream wordpress servers all on different IP's

    So I just set up two servers like below, Server A - OLS as a proxy server by following https://docs.openlitespeed.org/docs/advanced/proxy Server B - Apache + WordPress + LSCache Then set X-LSCACHE to `on` to the Apache server by following...
  14. Cold-Egg

    Cgroups checking

    I see. If the log keeps showing like that, please contact DA support to get more information.
  15. Cold-Egg

    Clear cache on a PROXY setup with Openlitespeed being upstream from multiple downstream wordpress servers all on different IP's

    It should work. Can you enable the error log on the OLS and see what header is received from the Apache?
  16. Cold-Egg

    DBA module

    sudo wget -O - https://repo.litespeed.sh | sudo bash yum update yum install lsphp81-dba -y
  17. Cold-Egg

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

    Correct, either set Max Connections to the same value as PHP_LSAPI_CHILDREN or set PHP_LSAPI_CHILDREN lower than the Max Connections.
  18. Cold-Egg

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

    I agree with you, we will renew the OLS docs and hope it gets clearer. For the server log part, it's a little bit hard to modify especially when it's caused by OOM.
Top