Search results

  1. Cold-Egg

    LS reCaptcha Is Not Working

    It looks ok, 0 means always On. May I know if you have any reCAPTCHA settings at the virtual host level?
  2. Cold-Egg

    Websocket Proxy for Home Assistant

    Another guide for setting OLS as a proxy https://docs.openlitespeed.org/docs/advanced/proxy Feel free to ask if you have any set questions.
  3. Cold-Egg

    how to Park a Domain in openlitespeed at vhost level

    Hi, After pointing the domain to the server, you can follow https://docs.openlitespeed.org/configuration to set up listener and VH.
  4. Cold-Egg

    Installing openlitespeed on ubuntu 22.04

    Yes, it is the plan, the build master will come back tomorrow, hope we can have it ready soon.
  5. Cold-Egg

    Problems with SSL in Wordpress Multisite

    @AioGreg I saw you have it figured https://forum.openlitespeed.org/threads/aws-ubuntu-20-04-ols-1-7-ssl-not-working.5424/
  6. Cold-Egg

    AWS / ubuntu 20.04 OLS 1.7.* => SSL not working

    Glad to know that you have it fixed. Here're some useful docs related to your question, just in case you needed, https://docs.openlitespeed.org/configuration#set-up-ssl-for-virtual-hosts https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-create-additional-virtual-hosts
  7. Cold-Egg

    installing lsphp on ubuntu-18.04

    It could be that your site is not compatible with php8?
  8. Cold-Egg

    Can I achieve the speed score of 100 in this page?

    Do you mean the mobile score? And the score drop without changing any settings? It seems you have no guest mode enabled, maybe you can give it a try. For further LSCache related question, you can ask on https://wordpress.org/support/plugin/litespeed-cache/
  9. Cold-Egg

    webadmin has no left side nav

    OLS support LTS OS version, e.g. 18.04, 20.04, and soon will support 22.04. Please try 20.04 instead it should work.
  10. Cold-Egg

    Question re using wp-cli (on OLS image installation)

    Yes, it is recommended. Feel free to report if it's not working.
  11. Cold-Egg

    I upgraded openlitespeed runs php version 8.0, I found wordpress litespeed plugin has critical errors

    Hi, I think it's a bug in v5.0.0.1 and it crashes in some cases. Please use FTP or file manager, go to /wp-content/plugins, rename directory litespeed-cache to something else, like litespeed-cache1 , this will force WP to unload the plugin and make you be able to login to wp-admin After that...
  12. Cold-Egg

    Installing openlitespeed on ubuntu 22.04

    Yesterday I saw a different user name but the same topic I guess that is you? We do assign your ticket to the build master immediately but he is still not available at the moment. We will reply once the build is complete. The LiteSpeed Repo is not only for LSPHP but also OpenLiteSpeed by the way.
  13. Cold-Egg

    OLS start automatic after some time

    Try systemctl disable lsws, but I am not sure if it can help since we aren't sure which process brings it up.
  14. Cold-Egg

    OLS start automatic after some time

    "SIGHUP received, start count down to stop server." This means lsws got a stop command from somewhere, need to identify the source of the restart request.
  15. Cold-Egg

    Upgraded and getting MySQL Extension error

    The PHP info page shows it's a PHP8.0 instead of 7.4, did you change the version? I also see mysqlnd is installed. Let us know if it is still not working.
  16. Cold-Egg

    Your PHP installation appears to be missing the MySQL extension which is required by WordPress. after upgrade php

    The PHP info page shows it's a PHP8.0 instead of 7.4, did you change the version? I also see mysqlnd is installed. Let us know if it is still not working.
  17. Cold-Egg

    Error log not showing in webAdmin OLS

    May I know the error.log file permission and the owner and group?
  18. Cold-Egg

    OLS start automatic after some time

    Not sure, need a full log or any tag with warn or error?
  19. Cold-Egg

    OLS start automatic after some time

    So you are now using OLS again? OpenLiteSpeed come with php detached mode by default, when you change the PHP version or php.ini, please restart the PHP process with command "killall -9 lsphp" to make settings take effect
Top