Search results

  1. alexw1980

    how to setup and access OLS Web admin?

    hi, not sure what happened but now I'm getting Error 521 (on cloudflare)
  2. alexw1980

    how to setup and access OLS Web admin?

    Hi I'm creating and saving this script correct? #!/bin/bash /usr/local/lsws/bin/lswsctrl stop systemctl stop lsws systemctl start lsws
  3. alexw1980

    how to setup and access OLS Web admin?

    ok let me attempt this
  4. alexw1980

    how to setup and access OLS Web admin?

    sorry, not familiar with bash scripting yet. How do create the script?
  5. alexw1980

    how to setup and access OLS Web admin?

    I typed in --manual-cleanup-hook /path/to/http/cleanup.sh but returned --manual-cleanup-hook: command not found
  6. alexw1980

    how to setup and access OLS Web admin?

    Hi thanks, sorry but i don't understand the instructions.
  7. alexw1980

    how to setup and access OLS Web admin?

    Hi Eric, I tried this command --deploy-hook "/usr/local/lsws/bin/lswsctrl restart" but doesn't do anything?
  8. alexw1980

    how to setup and access OLS Web admin?

    Hi Eric, is this the command to run?
  9. alexw1980

    how to setup and access OLS Web admin?

    Wow thanks Eric! I input the command grep 'certbot -q renew' /etc/cron.d/certbot and it returned 0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(43200))' && certbot -q renew This means auto-renew is not set, correct?
  10. alexw1980

    how to setup and access OLS Web admin?

    Thanks again Eric, is there a way to check if auto-renew is already set? if so, can you post the commands?
  11. alexw1980

    how to setup and access OLS Web admin?

    Appreciate it Eric! Also, can you point me to some instructions to auto-renew the cert?
  12. alexw1980

    how to setup and access OLS Web admin?

    Hi Eric, I've used the Really Simple SSL plugin on Wordpress and now it's secured! Should there be anything else about SSL that I should do/best practices?
  13. alexw1980

    how to setup and access OLS Web admin?

    Hi Eric, I managed to create my cert using certbot certonly --webroot -w /var/www/html/ -d example.com -d www.example.com Have also gone through :Step 4. Set SSL for HTTPS and Step 5. Redirect HTTP to HTTPS What are my next steps? Do I have to go into WordPress Address (URL) and Site...
  14. alexw1980

    how to setup and access OLS Web admin?

    Hi Eric, I verified my email, but get this error now: The following error was encountered: [Errno 13] Permission denied: '/var/log/letsencrypt/.certbot.lock' Either run as root, or set --config-dir, --work-dir, and --logs-dir to writeable paths. Oops, something went wrong...
  15. alexw1980

    how to setup and access OLS Web admin?

    btw, I've already got wordpress installed
  16. alexw1980

    how to setup and access OLS Web admin?

    Thanks again Eric, but I'm getting -bash: /opt/domainsetup.sh: No such file or directory after typing this in:
  17. alexw1980

    how to setup and access OLS Web admin?

    Thanks Eric! For Step #3, it states "An interactive script that runs will first prompt you for your domain or subdomain." Is there a command to run this script? My steps before this V(M Instances > connect via SSH) just brings me to a prompt screen I managed to access OLS webadmin thanks for this!
  18. alexw1980

    how to setup and access OLS Web admin?

    I just deployed openlitespeed-wordpress on GCP and want to setup SSL. I'm stuck at accessing the OLS WebAdmin. So far here's what I know that need to be done (appreciate if anyone can point out any mistakes) 1. SSH from VM instances 2. install Certbot to get Let's Encrypt cert sudo apt-get...
Top