Search results

  1. Cold-Egg

    openlitespeed-wordpress on Google Cloud depreciated?

    FEI, the newly built OpenLiteSpeed With WordPress has been published, https://console.cloud.google.com/marketplace/product/gc-image-pub/openlitespeed-with-wordpress
  2. Cold-Egg

    How to Active Memcached to Redis?

    Usually, there's no issue to switch between. Since we are not clear about the error and issue, you might need to look into the error and fix it.
  3. Cold-Egg

    Struggling with deploying Node Express app

    @Diabbolo Did you launch OpenLiteSpeed NodeJS from the server? Does the browser display the page successfully?
  4. Cold-Egg

    Wp, dont start with OLS

    Not sure since I can not reproduce it, if you want to check it further, please submit the issue to support@litespeedtech.com with this forum post link appended, and I will help you further from there.
  5. Cold-Egg

    WordPress freezing after editing a blog post

    Thanks for the information, it sounds like a PHP code issue somewhere, and that's why LiteSpeed support can not help. If you have a stage/test site, then you can try to deactivate plugins one by one and try to reproduce the issue and narrow it down a little bit. When you restart the server...
  6. Cold-Egg

    How to Active Memcached to Redis?

    Have you checked if the Redis service is up and running? And manually connection test from the same server? May I know if it's a PHP error or a connection issue from the backend?
  7. Cold-Egg

    Wp, dont start with OLS

    @Im_Vladyslav I see, the reason is, that the readme you followed is too old (committed 2 years ago). You might want to use v1.7.16-lsphp81 or above. Remove all containers and images, start over again by using https://github.com/litespeedtech/ols-docker-env and it should work out of the box...
  8. Cold-Egg

    WordPress freezing after editing a blog post

    OK, if you can find a way to reproduce the issue, please submit the issue and pot link to support@litespeedtech.com for further check.
  9. Cold-Egg

    Wp, dont start with OLS

    Looks like a PHP issue, may I know if you have changed anything else? It seems no issue on my test site.
  10. Cold-Egg

    Litespeed issues with PHP SSH configuration

    The /opt/domainsetup.sh (the same script that you saw when login in to the server) is for a one-time setup only. Once completed, the script will be removed. Because it will set the input domain as the only value to the listener, other domains under the listener will return a 404 which is...
  11. Cold-Egg

    WordPress freezing after editing a blog post

    Sounds like a PHP session issue? Sure, take your time.
  12. Cold-Egg

    WordPress freezing after editing a blog post

    Hi, is it possible to share the output of the `top` command from the console while the issue is happening?
  13. Cold-Egg

    Reset file owners

    The document root folder will stay, but I am not sure about your OLS VH settings on the server. Try the following example commands manually, you can also setup another server to check and update the permissions manually. Some important permissions: chown -R nobody:nogroup...
  14. Cold-Egg

    Debian 12 bookworm is out

    Should be published this week if there's no issue.
  15. Cold-Egg

    Reset file owners

    If you don't want to fix it manually. Then you can try to restart the web server and see if it helps, or you may need to reinstall the openlitespeed package.
  16. Cold-Egg

    Litespeed on Google cloud platform

    It's a GCP system issue. We are building a new version of the OpenLiteSpeed WordPress image, and it will be published in the marketplace soon.
  17. Cold-Egg

    openlitespeed-wordpress on Google Cloud depreciated?

    No need to worry about launched instances, and a new version of the OpenLiteSpeed WordPress image will be published to the marketplace soon.
  18. Cold-Egg

    Parse error: syntax error, unexpected '|', expecting variable (T_VARIABLE)

    PHP 82 is available, may I know which OS system you are using?
  19. Cold-Egg

    How to Show Unique Visitor Count

    The only statistic you can get is by using the following command, cat /tmp/lshttpd/.rtreport* It does not contain the information you are looking for. You might need to use some log analyzer tools, E.g. AWStats to get the info you need.
  20. Cold-Egg

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

    Looks weird, 500 is already way too much, please set it back or to a small number, and try to set 0 to both procSoftLimit and procHardLimit. If it does not work, please submit the issue to support@litespeedtech.com with this forum post link appended so we can have a further look.
Top