Search results

  1. Cold-Egg

    upgrade after 1-click install

    Hi, Both repository and lsup should works in 1-click case.
  2. 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.
  3. Cold-Egg

    Cannot install Cerbot Ubuntu 20.04

    Try add-apt-repository universe apt-get update apt-get -y install certbot
  4. 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.
  5. 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.
  6. 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
  7. Cold-Egg

    Permission Issues

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

    Per day max ssl connections 10000 - per sec, per min, per hr, lifetime?

    Yes, the setting is under Web Admin > Server Configuration > Tuning > Connection
  9. Cold-Egg

    Access-Control-Allow-Origin Multiple Origin Domains

    I see. I don't think env if is supported, will forward to developer to confirm.
  10. Cold-Egg

    Per day max ssl connections 10000 - per sec, per min, per hr, lifetime?

    Hi, This setting is under Web Admin > Server Configuration > Tuning > Connection The description is
  11. Cold-Egg

    Access-Control-Allow-Origin Multiple Origin Domains

    Hi, Please try following this doc to setup header via context. https://openlitespeed.org/kb/how-to-set-up-custom-headers/
  12. Cold-Egg

    phpmyadmin not working in Google Cloud's openlitespeed-wordpress Image

    Hi @Naveen Dsouza , "delete phpmyadmin folder in /var/www directory and Virtual Host > wordpress > Context > /phpmyadmin/ in WebAdmin" That should be good enough. Best, Eric
  13. Cold-Egg

    phpmyadmin not working in Google Cloud's openlitespeed-wordpress Image

    Hi, The vhscript will auto detect default db pass file https://github.com/litespeedtech/ls-cloud-image/blob/master/Setup/vhsetup.sh#L181. So if you changed the password without updating the file, it will not work for the auto vhsetup script. Theoretically your method may not work even in v3...
  14. Cold-Egg

    phpmyadmin not working in Google Cloud's openlitespeed-wordpress Image

    HI @Naveen Dsouza , I just launched it and run the script with interactive mode, works well, please see May I know if you have run the script with root user/permission? Best, Eric
  15. Cold-Egg

    phpmyadmin not working in Google Cloud's openlitespeed-wordpress Image

    Hi @Naveen Dsouza, We have submitted v5 which should has fixed the MySQL issue without downgrade the version. About PHP74, I will hold the request until next version, v6.
  16. Cold-Egg

    App Server Environment not work

    That's fine, I just want to show you the config there works with virtual env :) Try killing the lswsgi process after you change the settings see if it helps killall lswsgi
  17. Cold-Egg

    Mautic + OpenLiteSpeed how to install?

    You are going to put Mautic under the same domain? then no need a new virtual host. Do you see anything on e.g. www.example.com/mautic (Please replace www.example.com to your new domain and mautic is the folder for your mautic)?
  18. Cold-Egg

    Mautic + OpenLiteSpeed how to install?

    If you want to install mautic (new Virtual Host) based on existing OpenLiteSpeed WordPress image. Try 1. Create the virtual host with your domain, e.g. www.example.com /bin/bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/vhsetup.sh ) -d...
  19. Cold-Egg

    SFTP: How to auto-inherit parent group/owner/permissions?

    Just some ideas here. About Group/owner, you can try suid/sgid https://www.howtogeek.com/656646/how-to-use-suid-sgid-and-sticky-bits-on-linux/ About permission, you can try Or just set a cronjob to change it automatically.
Top