Search results

  1. Cold-Egg

    404 error on pages and posts

    :) good to know it works now.
  2. Cold-Egg

    LetsEncrypt SSL script does not work Ubuntu 18.04

    Glad to know that you figured it out.
  3. Cold-Egg

    404 error on pages and posts

    May I know if you have the htaccess file copied? Does restart openlitespeed helps?
  4. Cold-Egg

    Password Protected doesn't work

    Hi, This is a known issue and should has been fixed but not on the repository yet. For now, you can try updating your htpasswd file with 644 permission then update password and test login again. It should works. Best, Eric
  5. Cold-Egg

    Configure memcached and redis

    Hi, Yes, lsphp-xx package is a must for object cache but you don't need to config anything on it. You can create a phpinfo page see if php extension already installed.
  6. Cold-Egg

    Context in a VHost Template

    If you need any virtual host need specific settings, e.g. context, then I would suggest you to create a virtual host for it instead of template.
  7. Cold-Egg

    LetsEncrypt SSL script does not work Ubuntu 18.04

    Yes, Certbot official method should be better. I also updated the wiki, thanks.
  8. Cold-Egg

    Beta docker images

    It is cool, the first official version maybe released in the end of January. Even formal released, I would recommend you not use to use it on the production site immediately but do some test. best, Eric
  9. Cold-Egg

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

    right, we don't have control on that.
  10. Cold-Egg

    Difficulty in setting up letsencrypt SSL

    Hi @kumar111 , Does this happened on CentOS server? Please tell us which command you ran and got the error?
  11. Cold-Egg

    Proper way to upgrade PHP version

    Hi, Please check docker here https://docs.litespeedtech.com/cloud/wordpress/#how-do-i-set-up-virtual-host-specific-php Best, Eric
  12. Cold-Egg

    Basic auth protection to allow ACME Challenge

    Try setting a .well-known context in virtual host see if it should helps. Example: context /.well-known/ { location /var/www/html/ allowBrowse 1 addDefaultCharset off } Please substitute the location value to your site's path.
  13. Cold-Egg

    Monitoring cache status

    Please provide a test URL and possible to provide your command/script to let us check?
  14. 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.
  15. 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`
  16. 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...
  17. 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
  18. 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...
  19. 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?
Top