Search results

  1. Cold-Egg

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

    Hi, So the phpmyadmin can be access now, right? It's possible that mariadb server is not running for some reason, can you do `service mariadb status`? Best, Eric
  2. Cold-Egg

    Wordpress multisite + Domains Issue

    @alsherif , If you haven't to, I would recommend you to setup multiple virtualhost for each domain, and then add all the virtual hosts on the listeners first. This way, you can apply LE certificate for each one and set it on the virtual host's SSL tab easily. Should not getting 404 if setup...
  3. Cold-Egg

    Https:// and multiple hosts on one ip

    If you add the second LE cert to that VH ssl tab, it should works. Could you provide any screenshot of the settings so we can check for you? May I know if you enable it from each virtual host or server level?
  4. Cold-Egg

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

    Hi @Naveen Dsouza, I can see the issue, you must hit the context level external redirect error. As you can see there's an extra / in the end of the url which is not right. This issue should has been fixed on 1.5.9, https://openlitespeed.org/release-log/version-1-5-x/ `apt-get upgrade...
  5. Cold-Egg

    Help - OLS Stopped and Won't Start

    Glad to help, we should put a shorten keep log days by default next time.
  6. Cold-Egg

    Help - OLS Stopped and Won't Start

    Hi @ftsor , Please check this post https://www.digitalocean.com/community/questions/openlitespeed-log-rolling-size Let us know if this is the same case.
  7. Cold-Egg

    LScache crawlers causing error: Too many open files

    Hi @oxcid , Please try to increase the HTTP/HTTPS connections as well if it's a small number, e.g. set to 10000 or more. May I ask the server spec and what's your current PHP parameters on web admin settings. Also what's the crawler settings on lscache plugin now, a screenshot or config...
  8. Cold-Egg

    Openlitespeed support centos 8?

    Yes, thanks for the update
  9. Cold-Egg

    Point Webadmin to subdomain

    If you finish all the steps, script will be removed automatically. To remove it manually is easy, vi /etc/profile and remove the "sudo /opt/domainsetup.sh" entry.
  10. Cold-Egg

    Testing the effect of limiting connections & load testing

    That explains. You can try https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:litemage:troubleshooting:handle-cookie-vary to separate views by cookie.
  11. Cold-Egg

    Testing the effect of limiting connections & load testing

    HI, So if you have lscache setup correctly (see a cache hit from response header), then it general should be able to handle >1000 connections. So "15/30" is really way too low. I may guess cache not working in your production site, could you share the test link here so we can verify? If you...
  12. Cold-Egg

    How to transfer ssl certificates from Debian/Apache2 to Openlitespeed Webserver?

    [Resolved] To anyone who may be interested. Issue was due to invalid cert path, so port 443 listener failed to start.
  13. Cold-Egg

    Testing the effect of limiting connections & load testing

    Hi, May I ask limited number means how many connections to SSL and PHP? Any cache solution on it? I am more curious about how's the site went down. Auto-scaling now may not ideal for cache solution since the cache file may not be valid. To make cache solution work in this case, may need to...
  14. Cold-Egg

    Admin Login - NET::ERR_CERT_REVOKED

    That's normal, default web admin come with self-signed certificate for secure reason. To avoid the warning, you may want to set a valid SSL cert/key on path on web admin SSL tab.
  15. Cold-Egg

    Point Webadmin to subdomain

    Once you setup the virtual host and add the sub domain to the existing 80/443 listener, also web admin port set to e.g. 8443, then you should be able to visit web admin through https://subdomain:8443.
  16. Cold-Egg

    Failed Fresh install OpenLiteSpeed One click installation

    Hi @kifurax , I just installed on DigitalOcean Ubuntu 18.04 and it went well. Please share the output with command apt list --installed | grep lsphp May I also ask which cloud platform you tested on? Best, Eric
  17. Cold-Egg

    Cache module issue causing wordpress too slow

    Send your issue/question to `support@litespeedtech.com`
  18. Cold-Egg

    Point Webadmin to subdomain

    Hi, I think you can create a new virtual host with the sub domain. Follow wikis to set valid SSL on web admin: https://forums.cyberpanel.net/discussion/1259/tutorial-how-to-secure-ols-lsws-webadmin-console-with-valid-ssl-certficate...
  19. Cold-Egg

    OpenLiteSpeed 1.4.46 looses SSL information every three months

    Hi @Webshaped.Biz , Could you run this command from ssh console and share the output here? grep certbot /etc/cron.d/certbot | grep -v '#' It will be better if you can also provide ols restart log from `/usr/local/lsws/logs/lsrestart.log` Best, Eric
  20. Cold-Egg

    how can i install memcached and redis server on ubuntu with openlitespeed server.

    Hi @Real_Time , Check https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:lsmcd:install-memcached#for_ubuntu_debian . Did you install memcached yet? Please check if service is running. Then go to lscache plugin to enable object cache...
Top