Search results

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

    Htaccess for openlitespeed

    Hi, May I know which part is not working? Basically, OpenLiteSpeed supports the rewrite rule only.
  4. 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
  5. 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/
  6. Cold-Egg

    OpenLiteSpeed logs

    Hi, It needs patch OLS code, please raise an issue on openlitespeed repository, https://github.com/litespeedtech/openlitespeed
  7. 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...
  8. 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
  9. 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.
  10. Cold-Egg

    Lazy Load not working

    Maybe you can try to ask on the WordPress forum, https://wordpress.org/support/plugin/litespeed-cache/
  11. 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?
  12. 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.
  13. 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.
  14. 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.
  15. 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?
  16. Cold-Egg

    Need to access a php file via an IP address

    okok glad to know it works now.
  17. 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.
  18. 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.
Top