Search results

  1. Cold-Egg

    Ubuntu 18.04 fresh install

    OLS 1.6.9 will be on the public repo in these days. If you need 1.6.9 now, you can try downloading from the binary and manually install it by following the wiki https://openlitespeed.org/kb/install-from-binary/ on a clean server.
  2. Cold-Egg

    How To Install QUIC.cloud Cache on OpenLiteSpeed DigitalOcean Wordpress Droplet?

    Hi, I believe Exclusive Feature means server-level cache. So, to have cache working, server requires OpenLiteSpeed, commercial LiteSpeed products, LiteSpeed-powered hosting, or the new QUIC.cloud CDN which you already satisfied with openlitespeed. You don't need to pay anything, feel free to...
  3. Cold-Egg

    Migrating from ISPConfig + Apache to ISPConfig + OLS [Centos 7]

    If just load a page from your browser, then it's hard to tell. You can try online testing tool, e.g. loader.io to do a concurrent benchmark testing on both http/https, you should be able to see something different.
  4. Cold-Egg

    Migrating from ISPConfig + Apache to ISPConfig + OLS [Centos 7]

    No experience on ispconfig, and correct, openlitespeed does not support apache config reading. Have you consider CyberPanel before?
  5. Cold-Egg

    htpasswd problem

    Hi @othmar, Received your ticket, let's follow up on the ticket. Best
  6. Cold-Egg

    phpMyAdmin

    Hi, I tried to load, even README shows a 404 status code. http://5.2.72.156:8088/phpmyadmin/README Could you try to replace the $DOC_ROOT to the whole path? If still not working, you can send a support ticket to support@litespeedtech.com, we will take a deeper look from there. Best
  7. Cold-Egg

    service not working after upgrade to 1.5.10-1.el7

    It's been a while, if upgrade to openlitespeed 1.6.8 can not resolve the issue, please send to support@litespeedtech.com with this post link appended.
  8. Cold-Egg

    phpMyAdmin

    Hi, Can you update your context location to `$DOC_ROOT/phpmyadmin/`? See if it makes any difference. Best
  9. 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.
  10. 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`
  11. 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.
  12. 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...
  13. 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...
  14. Cold-Egg

    SSL Error after update v1.6.7

    Certificate loads find now, probably a cache somewhere.
  15. 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...
  16. 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.
  17. Cold-Egg

    OpenLitespeed Shuts Down

    (y) Glad to know.
  18. 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.
  19. 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
  20. 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/
Top