Search results

  1. Cold-Egg

    OLS optimized webadmin settings & how to increase speed of import

    Hi, What do you mean plenty imports, do you need DataBase import improvement only? Sounds not Web Server or PHP related to me. Maybe you need improve it from database side? Best, Eric
  2. Cold-Egg

    Adminer php extension problem

    Hi @emtex https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:apt#installation Does it work if you install lsphpxx-mysql instead of php-mysql
  3. Cold-Egg

    Upgrade OpenLiteSpeed on Cloud Image

    Hi, Please run the apt-get update first and try again. Best, Eric
  4. Cold-Egg

    Upgrade OpenLiteSpeed on Cloud Image

    Hi @anditasb , Use regular package upgrade should works. apt-get update apt-get upgrade -y or upgrade openlitespeed only apt-get update apt-get upgrade OpenLiteSpeed -y Best, Eric
  5. Cold-Egg

    Azure image

    Check this https://docs.litespeedtech.com/cloud/wordpress/#how-do-i-create-additional-virtual-hosts . You can setup with Auto Setup via Script or Manual Setup
  6. Cold-Egg

    Azure image

    Seems apply successfully from my end.
  7. Cold-Egg

    Azure image

    Hi @juraj , It's here, https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/domainsetup.sh The issue was due to github 500 error yesterday afternoon :sick:. It should works now if you can launch a new server. Let us know if it works Best, Eric
  8. Cold-Egg

    Openlitespeed Limitation Based On Resource

    Hi, May I know how you set for the PHP config? Did you install opcache extention? For custom php app, sometimes cache rewrite rules can helps. Check here for more information https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:no-plugin-joomla#rewrite_rules Best, Eric
  9. Cold-Egg

    The web keeps crashing, 503 must reset the server to access it!

    Hi, I did not see any 503 from the debug log. Check https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:503-errors , usually you can see the 503 reason from the log. Does it still happening? Best
  10. Cold-Egg

    When will 1.5.12 be added to the repo?

    I see. FYI, check Upgrade/Downgrade method here https://openlitespeed.org/kb/how-to-upgrade-openlitespeed/
  11. Cold-Egg

    When will 1.5.12 be added to the repo?

    Hi, 1.6 is stable branch now, so we may not consider to build 1.5.x repo more. Best, Eric
  12. Cold-Egg

    OpenLiteSpeed WordPress on GCP: Wordpress directory permission

    Hi, I mean wp-admin(wordpress), not web admin. Because you were not using a user name which is not belongs to that /var/www/html folder. Try 1. Transfer your files to your user's home folder 2. Then ssh in to the console with root permission, cp the /home/USER_NAME/UPLOADED_FILE to the...
  13. Cold-Egg

    Which user should own the Virtual Host Document Root Folder?

    Hi, Please check your user:group name from the web admin. If you are using Ubuntu OS, maybe group name is nogroup instead of nobody Best
  14. Cold-Egg

    OpenLiteSpeed WordPress on GCP: Wordpress directory permission

    Right, image come with the www-data user permission. If you upload files/images though web admin, should be no issue. If you upload files from SSH console or filezilla, you can put it to any folder, e.g. /opt/ first. Then move it to the /var/www/html/xxx with root user from SSH console, then...
  15. Cold-Egg

    OpenLiteSpeed WordPress on GCP and Page Caching with OpenLiteSpeed

    Right, no extra step is needed for cache module enabling.
  16. Cold-Egg

    OpenLiteSpeed WordPress on GCP and Page Caching with OpenLiteSpeed

    Hi, The OpenLiteSpeed WordPress image should come with the LSCache enabled by default. This is key to make your site fly. Best, Eric
  17. Cold-Egg

    [Solved] Cannot log into Openlitespeed web admin after script upgrade

    Glad to know that issue fixed. Basically you can update lsws though this method: https://github.com/litespeedtech/ols-docker-env#update-web-server And if reset password is needed, try this method: https://github.com/litespeedtech/ols-docker-env#setting-the-webadmin-password Best
  18. Cold-Egg

    Add lsphpXX-libsodium to repository

    Hi @paulozlx , Can you try to install lsphpxx-common see if it works? Best, Eric
  19. Cold-Egg

    OLS + Rails

    Hi Paulo, Great. I am not sure about Ruby + venv . Can you take a look https://openlitespeed.org/kb/python-wsgi-applications/ django + venv case see if it works to you. "" Environment = PYTHONHOME=/usr/local/lsws/Example/venv/ In some environments, you may need to add extra...
  20. Cold-Egg

    OLS + Rails

    Hi Have you checked this Knowledge base yet? https://openlitespeed.org/kb/running-ruby-apps-with-lsapi/ Location should be location /srv/app16.bffcdaf6.configr.cloud/www/ See if it works. Also check if there's any difference with/without virtualenv Best
Top