Search results

  1. Unique_Eric

    Permission denied when uploading or creating file or folder with FTP client (AWS EC2 Litespeed Wordpress instance)

    The default document root folder is owned by www-data:www-data. If you use root, then you should have no permission issue during the upload, but you might need to manually change the whole document root folder with following command: chown -R www-data:www-data /var/www/html If you use other...
  2. Unique_Eric

    Just Installed Litespeed Server - Questions

    Hi Sam, I am glad to help you with the ticket, let me know if you have any questions.
  3. Unique_Eric

    Config wordpress plugin through /usr/local/lsws/admin/misc/lscmctl ?

    Check options here https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cpanel:cli-lscwp-management. Do you want to config each site's LSCache settings via lscmctl? It's not designed for that.
  4. Unique_Eric

    [Solved] ModSecurity: Failed connect to waf.comodo.com

    Great, we can inform them if their site has any issue again. ;)
  5. Unique_Eric

    [Solved] ModSecurity: Failed connect to waf.comodo.com

    The domain name is comodo, so I think they are the owner. curl -I -m 10 https://waf.comodo.com/ curl: (28) Connection timed out after 10001 milliseconds
  6. Unique_Eric

    Litespeed and Cpanel setup

    Hi, To answer the memory limit increasing question, we need to know that you are using CyberPanel or WHM/cPanel? and PHP selector(CloudLinux)?
  7. Unique_Eric

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

    Please try the following commands, next time cert renew should restart LSWS successfully. /usr/local/lsws/bin/lswsctrl stop >/dev/null systemctl stop lsws >/dev/null systemctl start lsws >/dev/null
  8. Unique_Eric

    Cloudflare and Litespeed

    Hi @henscu , Correct, LSCache is a cache plugin and works with CloudFlare or any other CDN services. And Quic.Cloud is a CDN service that is launched in this year 2020.
  9. Unique_Eric

    Running LiteSpeed on a Kubernetes cluster

    Nop, there's no doc for it, but you can give it a try.
  10. Unique_Eric

    Litespeed + Haproxy + Redis + Elasticsearch + Rabbitmq

    If you use lscache/litemage, please consider using LiteSpeed WebADC in the front as a load balancer, others might not identify the cache file correctly. Redis and Elasticsearch are separated services, so it should have no issues. No idea on the Rabbitmq.
  11. Unique_Eric

    Running LiteSpeed on a Kubernetes cluster

    Hi, Yes, it's possible.
  12. Unique_Eric

    Running LiteSpeed on a Kubernetes cluster

    Hi, Current LiteSpeed has docker images https://docs.litespeedtech.com/cloud/docker/, but not designed for Kubernetes. You might want to check Jelastic Cloud https://docs.litespeedtech.com/cloud/jelastic/ who is using LiteSpeed + Load balance on docker environment.
  13. Unique_Eric

    Website only shows on a URL with https:// not without

    Is this a native LiteSpeed set up? can you please provide screenshots of your listener settings?
  14. Unique_Eric

    RedHat

    Hi, What did you see when installing the rpm? You can also get LiteSpeed package from https://www.litespeedtech.com/products/litespeed-web-server/download. Best, Eric
  15. Unique_Eric

    Crawlers don't works ?

    Duplicate to https://wordpress.org/support/topic/crawler-dont-work/
  16. Unique_Eric

    LiteSpeed on Plesk - Wordpress

    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.
  17. Unique_Eric

    OK, would you please let me know how can i get into "Object cache" setting in the litespeed cache wordpress plugin v3.x?

    Hi Daniel, The object cache should be at the same place with v3, https://docs.litespeedtech.com/lscache/lscwp/cache/#object-tab Please check the screenshot you provide, there's an "Object" tab, click it.
  18. Unique_Eric

    How to check if litespeed is working?

    If the site has no cache, LiteSpeed should still load faster. https://www.litespeedtech.com/benchmarks/litespeed-php-faster-nginx-http2
  19. Unique_Eric

    How to check if litespeed is working?

    Hi, That is correct behavior, the cache rules "RewriteRule .* - [E=Cache-Control:vary=loggedin,E=Cache-Control:no-cache] " means no cache for logged-in user.
  20. Unique_Eric

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

    Right, the deploy hook only works if renew success, so you might need to use force-renew or dry-run to trigger it. How about post hook, https://certbot.eff.org/docs/using.html?highlight=renew#pre-and-post-validation-hooks But I feel post hook is not ideal, even worse than a cron to restart...
Top