Search results

  1. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    Hi @dipsondolphin , I just tested CentOS7 and CentOS8 on DigitalOcean server and no PHP Possible dead lock [LSAPI application] issue found. Possible to provide which platform you tested? Hi @Dolirow , ok, I tested Ubuntu 18 and it works too. Please install PHP from LiteSpeed repository...
  2. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    Hi @Dolirow and @dipsondolphin , I just run the same command on Ubuntu 20.04 and did not see any 500/503 error. May I know which platform you installed? and did you install and change any PHP settings? Please try install it again with PHP73 see if it helps bash <( curl -k...
  3. Cold-Egg

    Multiple wordpress using one click OLS bash

    Hi, I am still not sure your purpose yet. If you just want wp.example.com and wp1.example.com point to the same virtual host, then you only need to add wp1.example.com to the existing listener.
  4. Cold-Egg

    ERR_EMPTY_RESPONSE

    Same topic to https://forum.openlitespeed.org/threads/bug-update-openlitespeed-v1-7-1-to-openlitespeed-v1-7-2.4398/
  5. Cold-Egg

    PHP7.4 crashes WordPress

    Do you installed all necessary extensions for WordPress? Can you set a phpinfo page see if it's loadable?
  6. Cold-Egg

    ionCube loader not found Google cloud

    OpenLiteSpeed come with php detached mode by default, so need to restart php with command killall -9 lsphp to make settings take effect
  7. Cold-Egg

    Basic auth protection to allow ACME Challenge

    You can actually use lsup method to upgrade if you want to give it a try. :) /usr/local/lsws/admin/misc/lsup.sh -v 1.7.2
  8. Cold-Egg

    Basic auth protection to allow ACME Challenge

    Hi @DesignyourCode and @chrisbobin , I can reproduce the issue and confirmed that this issue has been addressed on v1.6.15 and v1.7.2. Both versions are not stable yet and there's still some pending issue need to be fixed on 1.6.15. Please give our developer some time and new release will fix...
  9. Cold-Egg

    Multiple wordpress using one click OLS bash

    May I know if this wp1.example.com is a new virtual host and new site? Did you add the domain to the listener?
  10. Cold-Egg

    yum update gives error

    Hi, yum update will try to update all packages. Above error was from mbstring which is not OpenLiteSpeed related. You can update specific package only like yum update openlitespeed see if it works.
  11. Cold-Egg

    upgrade after 1-click install

    Hi, Both repository and lsup should works in 1-click case.
  12. Cold-Egg

    http -https redirection & Cyber Panel

    Hi, To apply cert manually, please see https://docs.litespeedtech.com/cloud/images/wordpress/#step-3-certbot The auto setup script will auto detect both domains and auto apply. Was it showing both domains accessible? No, you can only install cyberpanel on a fresh server only.
  13. Cold-Egg

    Cannot install Cerbot Ubuntu 20.04

    Try add-apt-repository universe apt-get update apt-get -y install certbot
  14. Cold-Egg

    http -https redirection & Cyber Panel

    any url we can test the force https not working issue? There's no memory limit when using OpenLiteSpeed + CyberPanel.
  15. Cold-Egg

    Running 2 website from single virtual host

    Put both domains to the listener first and then mapping to the same virtual host see if it works to you.
  16. Cold-Egg

    AWS OLS Image - is it pre-configured or needs configuration?

    Hi. Right, because it's already pre-config already, so user can just launch and play it. Best, Eric
  17. Cold-Egg

    Permission Issues

    It should use www-data:www-data. Not sure why the site crash, need to see the URL and log.
Top