Search results

  1. 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
  2. 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...
  3. 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
  4. 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...
  5. Cold-Egg

    Memcached with ols-docker-env?

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

    301 problem

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

    MainWP integration

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

    reg service status

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

    How to block access to port 8080

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

    GCP - How to edit wp-config.php

    Should be here /var/www/html
  17. 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
  18. 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?
  19. 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...
Top