Search results

  1. Unique_Eric

    Is docker good choices while having multiple domains?

    Hi It's in stable version. If you just need a pure LS web server, check this doc https://docs.litespeedtech.com/cloud/docker/litespeed/ If you need extra functions like domain add/Let's encrypt apply/wordpress installation, please check https://github.com/litespeedtech/lsws-docker-env Best...
  2. Unique_Eric

    Quic Cloud IPS

    Hi, Are you asking about quic.cloud? Visit https://quic.cloud/ site and scroll down to the QUIC.cloud's Global Coverage area, and you should see. Best, Eric
  3. Unique_Eric

    Can i use WP Rocket on-top of Litespeed plugin?

    No matter which whole page cache plugin is, you may want to use only one cache at the same time. Multiple cache may cause the the conflict.
  4. Unique_Eric

    Optimization on LiteSpeed server - Autoptimize vs LiteSpeed Cache

    Hi @pilecarls8 , About cache part, defiantly use LiteSpeed Cache Plugin. About Page optimize part, you can do some test and stick with one only, don't use multiple optimize at the same time. I am not sure why you have a slow site even cache enabled, maybe you can share the URL here? Best, Eric
  5. Unique_Eric

    I am not able to run python

    Hello @Raghav999 , Please check https://openlitespeed.org/kb/python-wsgi-applications/#HowtosetupFlaskwithVirtualEnvironment , I just put a draft of Flask setup method here. If you followed the doc to setup initial setup and Flask with virtual env, then it should works. I guess it will be...
  6. Unique_Eric

    I am not able to run python

    Please check stderr.log under the "demo" or your app folder, e.g. "/usr/local/lsws/Example/html/demo/stderr.log" when you see the 500 error. Sometimes "/usr/local/lsws/logs/error.log" can also helps.
  7. Unique_Eric

    Difference between "lscache_runner" UA and any other UA

    With "lscache_runner" it doesn't need to go through all the process for generating the cache file. Yes, the status code will be different like you tested. I guess other peoples can explain this in more details. :p
  8. Unique_Eric

    I am not able to run python

    Sure,can you help to let us know whats the error log and what did you did so far? A screenshot for the context settings sometimes can helps. also, are you testing with virtualenv or not?
  9. Unique_Eric

    I am not able to run python

    Hi, Same question here, https://serverfault.com/questions/1015528/how-to-run-flask-in-openlitespeed .
  10. Unique_Eric

    Difference between "lscache_runner" UA and any other UA

    Hi Michael, Form my understanding that "lscache_runner" and "lscache_runner iPhone"(mobile view) are the most recommend method to do the crawl with lscache. It will generate the cache file only when the cache is expired and it will spend less resource when creating the cache file from server...
  11. Unique_Eric

    How to switch from LiteSpeed server to Apache?

    Hi Same question here https://www.litespeedtech.com/support/forum/threads/how-to-switch-from-litespeed-server-to-apache.18296/#post-109324 Best, Eric
  12. Unique_Eric

    Lost joomla admin!!

    Hi, Did not see the photo, can you check again? Best
  13. Unique_Eric

    Which one is best Python or Ruby?

    You can check from these articles. https://medium.com/swlh/python-vs-ruby-which-is-better-for-web-development-835555f55557 https://www.netguru.com/blog/python-vs-ruby-for-web-development
  14. Unique_Eric

    HTML data

    Hi @azimfakhri I guess this wiki can helps you https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:name-based-virtual-hosting-setup . Let us know if you have more questions. Best, Eric
  15. Unique_Eric

    compressing image on non-wordpress site

    Nope and there's no plan in the near future. You may need to find and use some other image optimize tools to do it.
  16. Unique_Eric

    400 Bad Request nginx/1.15.6

    There's no page cache on your site, and you mentioned that issue gone after refreshing the page, that's why I guess it maybe a browser cache issue.
  17. Unique_Eric

    Cloudflare and Litespeed

    I would use LiteSpeed to handle the dynamic caching and CloudFlare handle the static file caching. If you have wordpress site, I would recommend Quic.Cloud CDN service which support dynamic full-page caching pretty well. About optimize part, e.g. minify, combine. Better stick on one service...
  18. Unique_Eric

    400 Bad Request nginx/1.15.6

    Hi, I would guess if there's any browser cache or object cache on it? Best, Eric
  19. Unique_Eric

    404 page when restore wordpress

    Welcome to LiteSpeed, I would guess it's rewrite related issue, could you share the .htaccess content? Best, Eric
  20. Unique_Eric

    IP blacklist and captcha

    Hi @yac , Check https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:recaptcha#set_trusted_ip_in_htaccess_to_bypass_recaptcha_check to white list the IP. Best, Eric
Top