Search results

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

    Cgroups checking

    I see. If the log keeps showing like that, please contact DA support to get more information.
  10. 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?
  11. Cold-Egg

    DBA module

    sudo wget -O - https://repo.litespeed.sh | sudo bash yum update yum install lsphp81-dba -y
  12. 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.
  13. 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.
  14. Cold-Egg

    Cgroups checking

    May I know if you have stopped and removed those system files?
  15. Cold-Egg

    Cgroups checking

    If you have cloudlinux already, cgroup is not needed.
  16. Cold-Egg

    Openlitespeed 1.8.0 server ssl served not vhost ssl

    Probably a config issue somewhere, please share both the server and the virtual host configs here so we can check. If you do not want to share it in public, please Inbox me.
  17. Cold-Egg

    Missing LSPHP 8.3 modules

    Hi, thanks for the report, the build master is still working on it, and should be available in the next few days.
  18. Cold-Egg

    openlitespeed-wordpress on Google Cloud depreciated?

    1. Nope, it won't affect the existing server. 2. Yes, you can build a new image by following https://github.com/litespeedtech/ls-cloud-image/wiki/Build-WordPress-Image to avoid the cost.
Top