Search results

  1. Cold-Egg

    .htaccess not enabled, Error 404 on pages, and Failure to load CSS & JS scripts

    Hi, OLS supports rewrite rule only, other rules will be ignored. So any cloaking plugin shouldn't cause the 404 issue. It's more like domain changing or caching issue to me. Please purge all cache after you change the domain on both LSCache plugin and Cloudflare. Hope it helps. Best.
  2. Cold-Egg

    Cannot log in to the MySQL server mysqli::real_connect(): (HY000/2002): Connection refused

    DB core file generated, better consult any DB master or post question in MariaDB forum.
  3. Cold-Egg

    WP Nonce is cached

    OpenLiteSpeed does not support ESI, so you can try either shorten the cache TTL to e.g. 8 hrs or Quic.Cloud CDN
  4. Cold-Egg

    .htaccess not enabled, Error 404 on pages, and Failure to load CSS & JS scripts

    Hi, I guess you are migrating your own site to the OpenLiteSpeed WordPress Image server? 1. If you copy the .htaccess content to the new server, please restart lsws to load the rules. service lsws restart 2. Optimized static file shows 404, please provide one of the static file URL so we can...
  5. Cold-Egg

    Sudden 404 errors and you have to restart the lsws service to fix it

    No solution in mind, better submit a ticket to support@litespeedtech.com. Please append the post link
  6. Cold-Egg

    Sudden 404 errors and you have to restart the lsws service to fix it

    Hi, Rules look fine to me. Could you check the error log and see if it going through Rewrite rules when 404 issue happens? You might want to set a number like 9 in the rewrite log level. If you know the method to reproduce it, please submit a ticket with us.
  7. Cold-Egg

    Header set Access-Control-Allow-Origin "*"

    Probably not support in .htaccess file since OpenLiteSpeed support rewrite rules only, but you can set in the context. https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/
  8. Cold-Egg

    How to upgrade OLS 1.6 to 1.7

    Hi, What's the output of "sudo /usr/local/lsws/admin/misc/lsup.sh -v 1.7.3", this method should works. Since you can't figure it out for a while, better raise a ticket with us support@litespeedtech.com
  9. Cold-Egg

    Sudden 404 errors and you have to restart the lsws service to fix it

    Can you share the content of .htaccess? Also, do you know if there's any plugin may frequent write the .htaccess file?
  10. Cold-Egg

    New openlitespeed WP version release

    @urbanart Published by the way
  11. Cold-Egg

    Webadmin console on CentOS 8

    Better log a ticket with us (support@litespeedtech.com) so we can take a further look.
  12. Cold-Egg

    Webadmin console on CentOS 8

    Hi, After 7080 failed to connect, please try SSH into the server and curl localhost. e.g. curl -Ik https://127.0.0.1:7080 Please share the output, thx
  13. Cold-Egg

    Please Help Me Find My Server Address

    Hi, Try service lsws restart to reload certificate with OpenLiteSpeed Web Server. Certbot will auto add a renew in cronjob for you, but you still need to add a hook to restart web server. Check doc here...
  14. Cold-Egg

    OpenLiteSpeed + DirectAdmin + Modsecurity = Not Compatible

    Hi, Please try changing the option with custombuild method. e.g. https://help.poralix.com/articles/how-to-enable-modsecurity-for-openlitespeed-on-directadmin-server Let us know if it works. Best
  15. Cold-Egg

    How to increase LSAPI_CHILDREN

    HI, Go to Web admin > Server Configuration > External App > lsphp. Increase both Max Connections and PHP_LSAPI_CHILDREN from 10 to 20 should solve the issue.
  16. Cold-Egg

    SSL not working.

    Hi, It usually happens when you set up the wrong Certificate path(invalid path) on HTTPS listener. Please share some setup screenshot so we can help more. Best, Eric
  17. Cold-Egg

    How to upgrade OLS 1.6 to 1.7

    Hi, Try using lsup method to upgrade to 1.7 https://openlitespeed.org/kb/how-to-upgrade-openlitespeed/#Method_2_lsupsh_Script For example, /usr/local/lsws/admin/misc/lsup.sh -v 1.7.3
  18. Cold-Egg

    Security when using the Openlitespeed GCP WordPress Image

    Hi, From server side, please follow the knowledge base to enable mod_security https://openlitespeed.org/kb/openlitespeed-modsecurity-module/ Another thing to protect your site is reCAPTCHA, https://openlitespeed.org/kb/recaptcha-with-openlitespeed/ Best
  19. Cold-Egg

    App Server Environment not work

    Thanks for sharing.
  20. Cold-Egg

    Cannot log in to the MySQL server mysqli::real_connect(): (HY000/2002): Connection refused

    Hi, Install a theme shouldn't affect your DB access. Please check if your MariaDB service is still active. Or did you migrate the site? Best, Eric
Top