Search results

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

    Cgroups checking

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

    DBA module

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

    Cgroups checking

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

    Cgroups checking

    If you have cloudlinux already, cgroup is not needed.
  13. 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.
  14. 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.
  15. 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.
  16. Cold-Egg

    PHP on VirtulHost

    The suffix is still the same from what I saw. Please update it to "PHP" only. Here's an example guide, https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-set-up-virtual-host-specific-php
  17. Cold-Egg

    PHP on VirtulHost

    The guide you followed specifies PHP per dir not per virtual host. Your setup for per virtual host looks right to me. Please try updating the suffix from php80 to PHP and see if it helps.
Top