Search results

  1. Cold-Egg

    reserve proxy to other domain

    Since your backend server IP is 149.28.136.65, you should use external app >> added webserver Name : test Address: http://149.28.136.65 Set Max Connections : 2000 Set Initial Request Timeout (secs)100 Retry Timeout (secs)0 instead of external app >> added webserver Name : test Address...
  2. Cold-Egg

    Suddenly Error 404 on My Wordpress

    Hi, You might want to check the error log and see why it's a 404. Did it hit any context? Did you change the document root?
  3. Cold-Egg

    GCP Wordpress OpenLiteSpeed solution - Prevent redirection (WP_HOME)

    Do you mean the installation page keeps redirecting you to the domain? It may be due to your browser cache, try to visit it from an incognito browser and see if it helps.
  4. Cold-Egg

    reserve proxy to other domain

    Hi, Please check https://openlitespeed.org/kb/reverse-proxy-basics/ To be clear, you want users to visit domain wv88.online on 87.120.8.185 right? not the IP. In this case, you may want to create a Web Server External Application at the Server or Virtual Host level first, then follow "Method...
  5. Cold-Egg

    Operation Timed Out Error

    I want to help, but no clue. Could you reproduce the issue by installing default Woocommerce on the fresh OpenLiteSpeed WordPress image? If so, let me know, I will take a deeper look.
  6. Cold-Egg

    Question about PHP 8 and its modules availability

    lsphp73 is needed for the OpenLiteSpeed itself, please keep it.
  7. Cold-Egg

    Htaccess for openlitespeed

    I just created one and it loads fine on my test server By the way, some folders may need 777 permission (from batflat official doc, https://batflat.org/docs) You might also want to change .htaccess content to the following <IfModule mod_rewrite.c> RewriteEngine On RewriteRule...
  8. Cold-Egg

    I need to change the website domain and it's kinda messed up now. Please assist me!

    Please run as root by command "sudo -s " and try again
  9. Cold-Egg

    Htaccess for openlitespeed

    Hi, May I know which part is not working? Basically, OpenLiteSpeed supports the rewrite rule only.
  10. Cold-Egg

    Question about PHP 8 and its modules availability

    Hi. You might want to install PHP 8.0 and commonly used PHP extensions, then change the PHP external App to use PHP 8.0 binary https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-use-lsphp80
  11. Cold-Egg

    Operation Timed Out Error

    Not sure, hope this can help, https://www.wpbeginner.com/wp-tutorials/how-to-fix-curl-error-28-connection-timed-out-after-x-milliseconds/
  12. Cold-Egg

    OpenLiteSpeed logs

    Hi, It needs patch OLS code, please raise an issue on openlitespeed repository, https://github.com/litespeedtech/openlitespeed
  13. Cold-Egg

    I need to change the website domain and it's kinda messed up now. Please assist me!

    Next time, you don't really need to rebuild a server for changing a domain. That prompt script is designed for the first time set up only. To apply more cert for the same virtual host, you might want to do it manually. https://docs.litespeedtech.com/cloud/images/wordpress/#step-3-certbot...
  14. Cold-Egg

    Websocket Proxy for Home Assistant

    https://openlitespeed.org/kb/setting-up-websocket-proxies-on-openlitespeed/ In case you need, Setting up OpenLiteSpeed as a Reverse Proxy
  15. 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.
  16. Cold-Egg

    Lazy Load not working

    Maybe you can try to ask on the WordPress forum, https://wordpress.org/support/plugin/litespeed-cache/
  17. 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?
  18. 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.
Top