Search results

  1. Unique_Eric

    Image optimization using with S3-Uploads

    Hi @aypeezero , It won't work, some logic/code need to be added when image push/pull from S3-Uploads plugin. Please contact the plugin author, if they need, our developers are more than happy to help. Best, Eric
  2. Unique_Eric

    How to Renew Let's Encrypt SSL Through Litespeed Ent?

    Hi @brajesh , It seems you already hit the limit from last post , feel free to DM me is you are still having the issue. Best, Eric
  3. Unique_Eric

    Apache To Litespeed Gd Library Problem?

    Hi, Not sure what kind of issue you have. To use gd extension with LiteSpeed, you may want to follow these to install gd package from LiteSpeed repository. rpm , install lsphp71-gd package apt, install lsphp71-common package Best
  4. Unique_Eric

    How do I access to LSWS panel without https

    Hi @Jose Granados , For secure reason, control panel is https supported only. We use the private cert so you may see the insecure warning which is normal. May I know if you can see any wordpress from browser with IP address before you finish any interactive domain setup script? Could you DM...
  5. Unique_Eric

    litespeed licence error

    License failed to verify due to network unreachable. You can switch LSWS back by following command once network recovered: /usr/local/lsws/admin/misc/cp_switch_ws.sh lsws
  6. Unique_Eric

    Can I Install Cyber Panel Ent On Two Server?

    It's a hard limit. In this case, you may want to use 8GB limit plan. If your server has more than 8GB, then need to choose a plan with Unlimited RAM.
  7. Unique_Eric

    Litespeed Quic and Quic.cloud Dynamic CDN Both are Same?

    Hi, QUIC is a protocol and HTTP3 is base on it, now it's widely used on LiteSpeed products. Quic Cloud is a CDN service which has QUIC protocol supported.
  8. Unique_Eric

    Can I Install Cyber Panel Ent On Two Server?

    Hi, I understand. The answer is one license for one server use only. If you have a sever, e.g. Digital Ocean Droplets of 2GB RAM , then you can consider to apply a free license on it with one domain limit.
  9. Unique_Eric

    LiteSpeed Caching Wordpress Plugin Not Loading Images

    Hi @Zan , If you see any issue due to instant click, for now you may want to turn this off. The function improvement is on our TODO list but no ETA at this moment. Best, Eric
  10. Unique_Eric

    additional page caching

    oh, I can see now. Somehow your home page did not show cache hit too. Can you try above method to page settings and see if it helps blog page?
  11. Unique_Eric

    additional page caching

    The previous issue was due to 3rd extension with a new route. Fix method: - Add Blog Post journal3/blog/post to Page settings. - also Blog Feed journal3/blog/feed But your case is slightly different, I do see x-opencart-lightning instead of litespeed cache header. If x-opencart-lightning is...
  12. Unique_Eric

    Litespeed minified data cache-control

    HI, I hope this post https://www.litespeedtech.com/support/forum/threads/cache-control-no-cache-but-x-litespeed-cache-hit.17064/ can help you. :) Best
  13. Unique_Eric

    Limit simultanious PHP requests accross all virtual servers

    Hi, May I ask when first call happens, did you see 30 extra php processes starting at the same time? And please confirm if issue is due to OOM instead of PHP timeout by `top` or `free -h`. It will also help if you can also provide some error log `tail -f /usr/local/lsws/logs/error.log` during...
  14. Unique_Eric

    LS 5.3.6 - letsencrypt cert renews, but lsws keeps serving old cert until graceful restart

    Hi, OpenliteSpeed control panel only provide web server setup. Please add the previous suggestion to get the certbot renew. Best
  15. Unique_Eric

    How do I add my www domain to SSL via litespeed shell?

    Does it works? https://www.smh.construction/ seems loads fine and it redirect me to https://smh.construction/ .
  16. Unique_Eric

    LS 5.3.6 - letsencrypt cert renews, but lsws keeps serving old cert until graceful restart

    Hi, If there's no control panel to handle it, you edit /etc/cron.d/certbot , and add --deploy-hook "/usr/local/lsws/bin/lswsctrl restart" hook to the end of the default certbot command. Best, Eric
  17. Unique_Eric

    FOUC when enabling CSS load asynchronously

    Hi, I just checked the ticket and found our support engineer already replied the ticket two days ago. Can you confirm if you can see the latest update? Best, Eric
  18. Unique_Eric

    How do I add my www domain to SSL via litespeed shell?

    Hi @bvbrandon , If you want to include the root(www) domain, please input `www.yourdomain.com` instead of `yourdomain.com`. This way, script will auto apply certificate for both domain automatically. You now can - Relaunch a new server and do it again or - Remove cert manually and...
  19. Unique_Eric

    (Solved) Cache Warmer in LiteMage in Magento 2

    FYI, here's the wiki https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:litemage2:crawler Crawler is not build-in from the LiteMage 2 cache plugin yet.
  20. Unique_Eric

    Fix permission issue script

    Please try restarting PHP or killall php, see if it helps. May I know it happens after you upgrade openlitespeed? or it happens right away after you installed it?
Top