Search results

  1. Cold-Egg

    how to setup and access OLS Web admin?

    Check with command: grep 'certbot -q renew' /etc/cron.d/certbot This is default certbot rule. 0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(43200))' && certbot -q renew If renew set for litespeed, should looks like this: 0 */12 * * * root...
  2. Cold-Egg

    Can not go wp-admin after change IP on VPS

    Hi, I guess you failed to log in to wp admin is due to wordpress Home URl and Site URl are still using the old IP. That's why you can not login. It's not because of the cache. Try https://help.dreamhost.com/hc/en-us/articles/214580498-How-do-I-change-the-WordPress-Site-URL- first see if it...
  3. Cold-Egg

    Install OAUTH on litespeed with ubuntu 18.04 server

    I don't think LSPHP has OAUTH extension. You may want to build https://pecl.php.net/package/oauth by following the doc https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:pecl-extension
  4. Cold-Egg

    how to setup and access OLS Web admin?

    If you setup from the prompt script, it will auto set the cronjob + lsws hook for you https://github.com/litespeedtech/ls-cloud-image/blob/master/Setup/domainsetup.sh#L193-L201 You can also manually edit `/etc/cron.d/certbot` and put --deploy-hook "/usr/local/lsws/bin/lswsctrl restart" in the...
  5. Cold-Egg

    Does OpenLiteSpeed have status module and how to activate and access it ?

    Hi @jodumont , All functions are still working like CPU/RAM/Network/Disk..etc but LiteSpeed Web Servers, I don't think it will work. But OpenLiteSpeed does provides a statistic view on web admin panel already which allow you to check all necessary things like http/https in/out, connection and...
  6. Cold-Egg

    how to setup and access OLS Web admin?

    Yes you can " go into WordPress Address (URL) and Site Address (URL) and change it from http > https ". Since you already have the HTTP/HTTPS available and force HTTPS, I don't think you need very simple SSL more.
  7. Cold-Egg

    Does OpenLiteSpeed have status module and how to activate and access it ?

    Hi @jodumont , a2enmod is a script that enables the specified module within the apache2 configuration. OpenLiteSpeed does no need it at all for the installation. What you want to check is if their longview app support litespeed. dpkg-reconfigure -phigh linode-longview Best, Eric
  8. Cold-Egg

    OLS Oracle Compute Cloud

    If you want to host an app like wordpress on it, better go with regular Ubuntu. Otherwise you may need to manually install some missing packages in the end.
  9. Cold-Egg

    how to setup and access OLS Web admin?

    Try sudo domainsetup.sh Otherwise, possibly that the certbot got messed up due to you manually installed earlier. Then you may want to check https://docs.litespeedtech.com/cloud/wordpress/#step-3-certbot see if you can manually apply.
  10. Cold-Egg

    OLS Oracle Compute Cloud

    Hi, I guess you are the first one. Can you try following https://openlitespeed.org/kb/1-click-install/ to install it see if it works? Best
  11. Cold-Egg

    how to setup and access OLS Web admin?

    You probably complete it before. If not, download the script and add +x permission to it, then run it. wget https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/domainsetup.sh chmod +x domainsetup.sh ./domainsetup.sh
  12. Cold-Egg

    how to setup and access OLS Web admin?

    Great. It's here `/opt/domainsetup.sh` (https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/domainsetup.sh ) which only works for the first domain. For the second one, please use https://docs.litespeedtech.com/cloud/wordpress/#how-do-i-create-additional-virtual-hosts...
  13. Cold-Egg

    how to setup and access OLS Web admin?

    Hi @alexw1980, Certbot is installed already, no need to install it again, follow this step 3 to automatically apply LE cert easily. https://docs.litespeedtech.com/cloud/wordpress/#step-3 If you still need web admin access, please check...
  14. Cold-Egg

    Too Many PHP Processes

    Default setting is Detached mode, so no need.
  15. Cold-Egg

    Upgrade OpenLiteSpeed on Cloud Image

    Great. FYI, 1.6.12 is on the litespeed repo now.
  16. Cold-Egg

    Too Many PHP Processes

    Check image https://openlitespeed.org/wp-content/uploads/2019/08/ols-lsphp-suexec-detached-mode.png, try to update the Max connections = xx and PHP_LSAPI_CHILDREN=xx. Please substitute xx to the number you need.
  17. Cold-Egg

    Upgrade OpenLiteSpeed on Cloud Image

    Please submit a ticket to support@litespeedtech.com with this post link appended, then our support can help you from there.
  18. 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
  19. 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
  20. Cold-Egg

    Upgrade OpenLiteSpeed on Cloud Image

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