Search results

  1. Cold-Egg

    GCP - How to create ppk file for FileZilla?

    If you already knew how to generate the pem key and access the server. Then you just need to convert it to .ppk format by Putty. https://aws.amazon.com/premiumsupport/knowledge-center/convert-pem-file-into-ppk/
  2. Cold-Egg

    GCP - How to edit wp-config.php

    Should be here /var/www/html
  3. Cold-Egg

    Forward HTTPS non-WWW to HTTPS WWW

    Hi, May I ask if you have run the command "service lsws restart" yet? If not, please run it. Best, Eric
  4. Cold-Egg

    Can't configure WordPress Multisite it gives 404 Error

    So WordPress multisite with subdomain setup is working properly until you edit the htaccess file? May I know that 404 error happens every domains? And what did you add to the htaccess file?
  5. Cold-Egg

    [Azure-ubuntu1804] Setup SSL Post-install

    Hi @rm001, Right, that script is design for first time user/quick start only. You can do "ctrl+c" next time if DNS is not ready. For your first domain, you can download the script and run from it. wget https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/domainsetup.sh...
  6. 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]
  7. 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.
  8. 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
  9. 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...
  10. 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...
  11. 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
  12. 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...
  13. 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...
  14. 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.
  15. 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
  16. 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.
  17. 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.
  18. 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
  19. 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
  20. 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...
Top