Search results

  1. Cold-Egg

    How to by-pass local domain to IP resolution?

    It's really depends on the DNS server and TTL. https://support.stackpath.com/hc/en-us/articles/360001079683-How-long-does-it-take-for-DNS-changes-to-be-reflected-
  2. Cold-Egg

    How to add an extra domain to my OLS Wordpress droplet?

    Hi, I guess you are on DigitalOcean. May I know if you have finish the prompt script to add the new domain? If not, please visit web admin at port 7080 and add the new domain to both HTTP/HTTPS listeners. If you setup wordpress with IP already and then pointed the domain, then you need to go...
  3. Cold-Egg

    Mautic + OpenLiteSpeed how to install?

    Hi I would recommend you to give openlitespeed 1 click script a try which is similar to the LAMP stack, https://openlitespeed.org/kb/1-click-install/ You can also try https://docs.litespeedtech.com/cloud/images/ from marketplace. Then remove the wordpress, install Mautic, and it should...
  4. Cold-Egg

    Cron File Location

    Hi, You can check doc like https://opensource.com/article/17/11/how-use-cron-linux to setup the cronjob Best
  5. Cold-Egg

    One-Click OpenLiteSpeed WordPress Server :: www and no-www URL

    Hi @drcrow , Similar questions are here: https://stackoverflow.com/questions/61510145/one-click-openlitespeed-wordpress-server-www-and-no-www-url https://wordpress.org/support/topic/non-www-not-redirecting-to-www/ Basically you can set either www or non-www only on WordPress, not both...
  6. Cold-Egg

    ?v= in url after LSCache

    Hi @vadim , As far as I know that LScache won't do that. May I know if the QS gone after you purge cache or disable the lscache? Possible to share the site URL? Best, Eric
  7. 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...
  8. Cold-Egg

    Memcached with ols-docker-env?

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

    301 problem

    Please show the rules that you are testing? or whole content of .htaccess file
  10. 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
  11. Cold-Egg

    MainWP integration

    Hi, It's in our to-do. :) Best, Eric
  12. 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
  13. Cold-Egg

    reg service status

    HI, What's the output of systemctl show -p SubState lsws
  14. 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
  15. Cold-Egg

    How to block access to port 8080

    You can set it on web admin >WebAdmin Settings>General>Access Control
  16. 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
  17. 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
  18. 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/
  19. Cold-Egg

    GCP - How to edit wp-config.php

    Should be here /var/www/html
Top