Search results

  1. Cold-Egg

    Cannot compile php 7.1 and above

    Good to know it works. Sure, feel free to raise a new topic with new issue.
  2. Cold-Egg

    Cannot compile php 7.1 and above

    Hi, The PHP7.4 packages are already available on the LiteSpeed repo. e.g. `apt-get update; apt-get install lsphp74 lsphp74-common lsphp74-curl` `yum update; yum install lsphp74 lsphp74-common lsphp74-curl`
  3. Cold-Egg

    SSL for Wordpress Multisite Domain Mapping

    You can set multiple virtual hosts to each domain, and then set the ssl path from each SSL tab of web admin. You can also consider the virtual hosts template method which should save you some time.
  4. Cold-Egg

    How to connect to OLS on GCP with SSH/FTP Clients?

    If you want to visit openlitespeed web admin, please do: 1. web admin port is not allowed by default, so you need to run `allow port 7080` from ssh console 2. then visit https:// public_IP:7080 3. Entering admin/your_password To transfer file, you can use the same SSH credential to do the FTP...
  5. Cold-Egg

    does anyone has an expiernce with AWS RDS with open lite speed ?

    Hi, It seems just separate the DB from EC2 to me. You can follow this official doc to create the rds-db https://aws.amazon.com/getting-started/projects/deploy-wordpress-with-amazon-rds/2/ And some user shared how to use rds with wordpress already...
  6. Cold-Egg

    SSL Error after update v1.6.7

    Certificate loads find now, probably a cache somewhere.
  7. Cold-Egg

    What is the complete difference beetwen OpenLiteSpeed & LiteSpeed Enterprise? OLS vs LSWS

    Hi @soliman18eg , As far as I know that both versions do release quite often and most versions are stable. Any bugs will be fixed soon that reported by user. You can also check here, https://stackoverflow.com/questions/59731770/litespeed-vs-openlitespeed . If I am going to provide a hosting...
  8. Cold-Egg

    SSL Error after update v1.6.7

    Hi, config looks fine on listener. Can you share a screenshot on virtual host> XXX > ssl tab? Maybe you have a self-signed cert rewrite it.
  9. Cold-Egg

    OpenLitespeed Shuts Down

    (y) Glad to know.
  10. Cold-Egg

    OpenLitespeed Shuts Down

    Better enable the debug log and see what it shows during the `ExtConn timed out`. Also, please check what apps is running during the time.
  11. Cold-Egg

    Weird SSL error: redirects to server IP & shows wrong certificate (Google Compute Engine + OpenLiteSpeed)

    Hi @seezee , Yes, feel free to replace that example certificate. That is just a self-signed cert for default port 443 listener. If you have valid certificate set on the virtual host, it should overwrite the listener's cert. Anyway, glad to know that you figured out. Best, Eric
  12. Cold-Egg

    Postfix is not sending mails out

    If you are talking about google compute engine, port 25 is blocked by Google Cloud. So no matter you install it manually or from marketplace image, you need to find a way to serve mail in other port. More info: https://cloud.google.com/compute/docs/tutorials/sending-mail/
  13. Cold-Egg

    Weird SSL error: redirects to server IP & shows wrong certificate (Google Compute Engine + OpenLiteSpeed)

    Hi, It seems redirect from domain to IP from somewhere, and that's why you see the cert not showing the right one. `curl -I https://www.fftli.org/` HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=UTF-8 X-Redirect-By: WordPress Location: https://35.209.30.224/ Date: Tue, 28 Jan...
  14. Cold-Egg

    Hosting multiple Wordpress sites using ols1clk script.

    Hi, 1. ols1clk script does not provides multiple virtual hosts creation. You may want to do it manually from web admin or script(https://docs.litespeedtech.com/cloud/wordpress/#how-do-i-create-additional-virtual-hosts ) 2. Basically certbot will auto create a cronjob here `/etc/cron.d/certbot`...
  15. Cold-Egg

    Quic Warn

    Thanks for the update. Next time we can try cert verify via 1. online tool: http://ssllabs.com/ssltest or 2. command: `openssl s_client -showcerts -connect YOUR_DOMAIN:443`
  16. Cold-Egg

    ols 1.6.6 bug?

    Thanks for the info, may I also ask if you can share some logs here?
  17. Cold-Egg

    ols 1.6.6 bug?

    Hi @vilords , May I know how you install the ols with docker, by https://github.com/litespeedtech/ols-docker-env ?? If so, I will try to reproduce it locally.
  18. Cold-Egg

    Cache module issue causing wordpress too slow

    HI @humzayunas Sorry, I don't get it. You mean support can't help in your case? The only method is to disable the wordpress cronjob? Then how crawler start again?
  19. Cold-Egg

    Error 404 after Google Cloud Market place install

    ok, please raise a ticket with this post link appended. We may ask for temp server access due to web admin not working now.
  20. Cold-Egg

    Error 404 after Google Cloud Market place install

    HI, Welcome to LiteSpeed. Web admin port is disabled by ufw firewall for secure reason. You can run `ufw allow 7080` to allow accessing the web admin. If you still failed to visit the webadmin or domain, please raise a ticket with support@litespeedtech.com for further check. Best
Top