Search results

  1. Cold-Egg

    Operation Timed Out Error

    Not so sure since it only shows facebook-for-wooconerce plugin has such an issue on your site. Do you have any firewall or security plugins? Maybe you can try to turn those off temporarily and see how it goes.
  2. Cold-Egg

    Lazy Load not working

    Maybe you can try to ask on the WordPress forum, https://wordpress.org/support/plugin/litespeed-cache/
  3. Cold-Egg

    After clearing the cache, ssh can't connect

    Cache has nothing to do with the SSH, have you tried to connect via the platform panel? Or reboot the server? Did you change any firewall?
  4. Cold-Egg

    Lazy Load not working

    It shows active from the page source. To verify from the browser, you can open the developer tool, tick the Disable cache, and set No throttling to Fast 3G, and you should see it works.
  5. Cold-Egg

    Hi,Guys, I can Not install ionCube loder on my google cloud php version 7.4 , please help

    Hi, Run the following command should work. apt-get install lsphp74-ioncube -y killall lsphp Please do not give 777 to the document root folder, not secure.
  6. Cold-Egg

    Help needed! I am unable to access www becz of ssl issues

    You need to run, e.g. "certbot certonly --webroot -w /var/www/html/ -d example.com -d www.example.com" instead of "certbot certonly --webroot -w /var/www/html/ -d example.com" So it will apply to both the root domain and the www domain.
  7. Cold-Egg

    bash: /usr/local/lsws/bin/lshttpd: No such file or directory

    By using the OpenLiteSpeed-WordPress image, you don't really need to change those configs. I'm not sure your status now, are you still using ols1clk? or using cloud images now? Which OS did you use for the ols1clk before?
  8. Cold-Egg

    Need to access a php file via an IP address

    okok glad to know it works now.
  9. Cold-Egg

    bash: /usr/local/lsws/bin/lshttpd: No such file or directory

    Hi, May I know which OS you installed the ols1clk? Have you tried openlitespeed wprdoress image on GCP? https://console.cloud.google.com/marketplace/product/gc-image-pub/openlitespeed-wordpress should be much faster for you to launch the solution.
  10. Cold-Egg

    Cache does not refresh automatically

    Please share your Environment Report: Navigate to **LiteSpeed Cache > Toolbox > Report**, press the **Send to LiteSpeed** button, and let us know what it says under "Report Number." We'll be able to access the report from here and get some information about your configuration that might be helpful.
  11. Cold-Egg

    Failed to build OpenLiteSpeed from src

    Hi, Only mod_pagespeed has a problem. Since it is optional and openlitespeed binary is ready, maybe you can give it a try.
  12. Cold-Egg

    Failed to build OpenLiteSpeed from src

    Hi, The method you built boringssl is incorrect, also the cmake failed due to cache. Please try to remove third-party/src/boringssl/ completely, and try build_bssl.sh again.
  13. Cold-Egg

    Basic auth realm always promting auth even the password is correct

    Not sure what did you mean, /wp-login.php and /wp-login.php?123 should all be restricted.
  14. Cold-Egg

    Cache does not refresh automatically

    May I know which CMS you are using?
  15. Cold-Egg

    Cannot edit/change Virtual Host Mappings in listener (via WebAdmin Console interface)

    Not sure. But you could access to the "/usr/local/lsws/conf/httpd_config.conf" from SSH console, edit it with vi and scroll down to the listener section like follows, and remove the '*' from the 3rd one. listener wordpress { address *:80 Hope it helps.
  16. Cold-Egg

    Failed to build OpenLiteSpeed from src

    Thanks for the information, Please run the following command and make sure it is completed successfully ../third-parity/script/build_bssl.sh
  17. Cold-Egg

    Failed to build OpenLiteSpeed from src

    Hi, Please remove the "third-party" directory parallel to openlitespeed source directory. Then run the build.sh again, make sure "third-party" libraries have been built successfully.
Top