Search results

  1. Cold-Egg

    .htaccess redicret ip adress to domain ? (HOW)

    How about this RewriteCond %{HTTP_HOST} ^99.25.254.14 RewriteRule ^(.*)$ https://your-domain.com/$1 [R=301,L]
  2. Cold-Egg

    how to setup and access OLS Web admin?

    It means certbot renew cronjob is there, but you need to add the "hook" to restart litespeed web server.
  3. Cold-Egg

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

    Hi, The plan is after lscache v3 official released, should be soon. You can also get latest version from litespeed repo e.g. 1.6.x easily with command apt-get update && apt-get upgrade -y Best, Eric
  4. 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...
  5. 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...
  6. 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
  7. 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...
  8. 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...
  9. 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.
  10. 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
  11. 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.
  12. 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.
  13. 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
  14. 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
  15. 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...
  16. 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...
  17. Cold-Egg

    Too Many PHP Processes

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

    Upgrade OpenLiteSpeed on Cloud Image

    Great. FYI, 1.6.12 is on the litespeed repo now.
  19. 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.
  20. 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.
Top