Search results

  1. Cold-Egg

    Can't not send mail (Openlitespeed +Wordpress + Woocommerce)

    Hi @vaan30 , Please check https://cloud.google.com/compute/docs/tutorials/sending-mail , they always block port 25 which cause the mail issue. https://googlecloudplatform.uservoice.com/forums/302595-compute-engine/suggestions/12422808-please-unblock-port-25-allow-outbound-mail-connec I am...
  2. Cold-Egg

    Memcached with ols-docker-env?

    Hi, Do you have memcached installed? Can you share "service memcached status" here? Best, Eric
  3. Cold-Egg

    301 problem

    Please show the rules that you are testing? or whole content of .htaccess file
  4. Cold-Egg

    Unable to reset OpenLiteSpeed WebAdmin Console password

    Hi, May I know which OpenLiteSpeed version it is? And please raise a ticket with litespeed for support if you can reproduce it. Best, Eric
  5. Cold-Egg

    MainWP integration

    Hi, It's in our to-do. :) Best, Eric
  6. Cold-Egg

    django in a subdiretcory of wordpress

    Hi, Here's the doc that you can follow to setup django ? https://openlitespeed.org/kb/python-wsgi-applications/ You can also launch an OpenLiteSpeed Django image to check the settings. Let us know if it works. Best, Eric
  7. Cold-Egg

    reg service status

    HI, What's the output of systemctl show -p SubState lsws
  8. Cold-Egg

    Magento 2.3.4 Cache Issue

    Hi @themew , "LiteMage can assemble both public and private blocks from cache by hole-punching through ESI to deliver the best performance around. " Those issue you saw is because OpenLiteSpeed does not support ESI function. Please consider the Enterprise version for magento CMS. Best, Eric
  9. Cold-Egg

    How to block access to port 8080

    You can set it on web admin >WebAdmin Settings>General>Access Control
  10. Cold-Egg

    Static Website and OpenLiteSpeed how to use LS-Cache ?

    Hi @jodumont , You can check OpenLiteSpeed small static file benchmark here https://openlitespeed.org/benchmarks/small-static-file/ . Cache static file is not recommended on Web Server side, better to do it when you are using CDN. Best, Eric
  11. Cold-Egg

    How to block access to port 8080

    Hi, Since the phpmyadmin is not handled by openlitespeed, you need to modify the docker image a little bit: 1. visit https://hub.docker.com/r/bitnami/phpmyadmin/ 2. scroll down to extend this image and click in adding custom virtual host 3. You would have to modify the virtualhost Best, Eric
  12. Cold-Egg

    GCP - How to create ppk file for FileZilla?

    If you already knew how to generate the pem key and access the server. Then you just need to convert it to .ppk format by Putty. https://aws.amazon.com/premiumsupport/knowledge-center/convert-pem-file-into-ppk/
  13. Cold-Egg

    GCP - How to edit wp-config.php

    Should be here /var/www/html
  14. Cold-Egg

    Forward HTTPS non-WWW to HTTPS WWW

    Hi, May I ask if you have run the command "service lsws restart" yet? If not, please run it. Best, Eric
  15. Cold-Egg

    Can't configure WordPress Multisite it gives 404 Error

    So WordPress multisite with subdomain setup is working properly until you edit the htaccess file? May I know that 404 error happens every domains? And what did you add to the htaccess file?
  16. Cold-Egg

    [Azure-ubuntu1804] Setup SSL Post-install

    Hi @rm001, Right, that script is design for first time user/quick start only. You can do "ctrl+c" next time if DNS is not ready. For your first domain, you can download the script and run from it. wget https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/domainsetup.sh...
  17. Cold-Egg

    .htaccess redicret ip adress to domain ? (HOW)

    How about this RewriteCond %{HTTP_HOST} ^99.25.254.14 RewriteRule ^(.*)$ https://your-domain.com/$1 [R=301,L]
  18. Cold-Egg

    how to setup and access OLS Web admin?

    It means certbot renew cronjob is there, but you need to add the "hook" to restart litespeed web server.
  19. Cold-Egg

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

    Hi, The plan is after lscache v3 official released, should be soon. You can also get latest version from litespeed repo e.g. 1.6.x easily with command apt-get update && apt-get upgrade -y Best, Eric
Top