Search results

  1. Cold-Egg

    Monitoring cache status

    Please provide a test URL and possible to provide your command/script to let us check?
  2. Cold-Egg

    [HELP] the website doesn't open, instead, it downloads the index.php file

    killall lsphp, and visit your site again see if it helps. Please also share your script handler settings.
  3. Cold-Egg

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

    Seems like a permission issue, it should works with sudo or root permissions. Please give it another try with sudo + command or `sudo su`
  4. Cold-Egg

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

    Sure, thanks for the checking. If the issue happens due to some system build-in packages updating, then we can try to release a new image version with all latest package version. Not sure how you setup and why it's not working. If you are on a test server, using script to create VH with root...
  5. 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
  6. 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...
  7. 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?
  8. 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...
  9. Cold-Egg

    Help - OLS Stopped and Won't Start

    Glad to help, we should put a shorten keep log days by default next time.
  10. 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.
  11. 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...
  12. Cold-Egg

    Openlitespeed support centos 8?

    Yes, thanks for the update
  13. 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.
  14. 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.
  15. 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...
  16. 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.
  17. 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...
  18. 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.
  19. 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.
Top