Search results

  1. E

    losing cache in few minutes

    ols 182 on runcloud so i do cache warmup , see it in cache directory it is wordpress with purge turned off while monitoring all cache is gone , cache dir is empty so here are log files . what can cause this ? what to watch in logs?
  2. E

    suddenly losing server to 404

    btw moved to another server and issue is gone
  3. E

    suddenly losing server to 404

    i am doing nothing, it does it by itself
  4. E

    suddenly losing server to 404

    i sent log files here
  5. E

    suddenly losing server to 404

    if i drop error logs here can anybody check?
  6. E

    suddenly losing server to 404

    ok but just to confirm is this restart pattern in logs normal? is it really restarting many time per minute?
  7. E

    suddenly losing server to 404

    also i get this in lsrestart.log , not sure if it is ok Sun Nov 24 12:18:59 PM UTC 2024 restart, LSWS running: 1 Sun Nov 24 12:19:02 PM UTC 2024 restart, LSWS running: 1 Sun Nov 24 12:19:05 PM UTC 2024 restart, LSWS running: 1 Sun Nov 24 12:19:11 PM UTC 2024 delay-stop, LSWS running: 1 Sun Nov...
  8. E

    suddenly losing server to 404

    openlitespeed 1.8.2 on runcloud i am doing cache warmup and suddenly server possibly restarts, i start getting 404 for no resason , nothing in error logs or maybe i dont see server is new VPS ubuntu 24 also cache is purged at same time, it restores after some time but cache is lost
  9. E

    using virtual host context , but css is served as text/html

    so i need a context for lower php version , so i used this instruction https://docs.openlitespeed.org/config/php/file/ problem is css is served as content-type: text/html; charset=UTF-8 so it is not working
  10. E

    openlitespeed server side caching issues

    maybe because i have 2nd server without quic, and i use M2 there. but here i have kitt + quic, and it does the job.
  11. E

    openlitespeed server side caching issues

    i use kitt with quic.cloud . so this is exaclty what happens. and the same happens with M2-crawler. i get BKD after a crawl. and it is a cache hit. so this is all i care about. i can ditch quic CDN at some point
  12. E

    openlitespeed server side caching issues

    from quic perspective i believe it means , we have no cache but we fetched cached copy from original server so we say BKD. next time we server cached copy with HIT. anyways im tryng to make it work so thaks for help
  13. E

    openlitespeed server side caching issues

    so what does X-Litespeed-Cache BKD mean?
  14. E

    openlitespeed server side caching issues

    it is obvious request goes to quic node, but quic node will query original server if it does not have a cached page. so what is the difference? original server will get request.
  15. E

    openlitespeed server side caching issues

    this is what i get after M2-crawler. by speed and TTFB it is cached copy.
  16. E

    openlitespeed server side caching issues

    ofcourse we have latvian internet quic cloud show BKD as cache status in this case. so i still get cached page, which is all i care about. on next refresh i get HIT from quic, but both are cached pages
  17. E

    openlitespeed server side caching issues

    yes but it warms up local cache and quic server is aware of it, so it still works
  18. E

    openlitespeed server side caching issues

    if fact it was cache vary issue for guest mode. so all is good now
  19. E

    openlitespeed server side caching issues

    so i am on OpenLiteSpeed 1.7.19 i use m2-crawler.sh script to warm up some pages so i run ./M2-crawler.sh -d https://m50.lv/product-category/gifts/art and i get response Caching , and Already cached so i see all good so far. but when i open the link in browser i get miss, which is...
Top