Search results

  1. LiteCache

    Header merge works as append

    That doesn't necessarily mean that LiteSpeed is doing something different or wrong. It has turned out in recent years that Apache has not adhered to the RFC.
  2. LiteCache

    Header merge works as append

    Do you also believe in Santa Claus or the promises of advertising? ;)
  3. LiteCache

    Header merge works as append

    Forget Apache. With LSWS|OLS the rules of the game are a bit different. ;)
  4. LiteCache

    Header merge works as append

    No, it doesn't, at least not with me and if I append headers in .htaccess and with LSWS.
  5. LiteCache

    Header merge works as append

    Header append does the same and is the preferred method to add headers with the same name, at least with LSWS.
  6. LiteCache

    Conditional headers

    Congratulation, but use this link: ;) https://store.litespeedtech.com/store/aff.php?aff=320
  7. LiteCache

    Conditional headers

    Okay, dump OLS and use LSWS instead.....
  8. LiteCache

    Conditional headers

    Did you ever set a simple test header like:? header set x-testheader "test" I remember an issue with LSWS in the past where I couldn't set a header because LSWS wanted to get header append instead of header set. I just can't imagine OLS refusing to set a header?!
  9. LiteCache

    Conditional headers

    I think you should check OLS configuration....
  10. LiteCache

    Conditional headers

    Domain limit: >>>> 1 <<<<<
  11. LiteCache

    Conditional headers

    Number of workers is secondary. You must care about the available RAM. Starter license has a 2 GB limit!!!
  12. LiteCache

    Conditional headers

    Sorry, can't believe that. Setting a header in .htaccess belongs to the basic of the basics.
  13. LiteCache

    Conditional headers

    or this? Works with LSWS RewriteCond %{REQUEST_URI} \.(svg|xml?.)$ RewriteRule ^.*$ - [ENV=HEADERS:true] Header set Cache-Control "public,max-age=2592000" env=HEADERS
  14. LiteCache

    Conditional headers

    And this? It works with LSWS. SetEnvIf HEADERS ^ HEADERS SetEnvIf Request_URI "\.(svg|xml?.)$" !HEADERS Header set Cache-Control "public,max-age=2592000" env=HEADERS
  15. LiteCache

    Conditional headers

    What about this? <FilesMatch "\.(svg|xml)$"> Header set Cache-Control "public,max-age=2592000" </FilesMatch>
  16. LiteCache

    Conditional headers

    Yes, where else? ;) LiteSpeed supports it, but as already said, it is limited. With the last update, the compatibility with Apache was extended, at least with the LSWS. Unfortunately, I don't know whether this range of functions was also implemented in OLS.
  17. LiteCache

    Conditional headers

    Litespeed (LSWS and OLS ) supports expressions but limited and it is not fully Apache supported. https://httpd.apache.org/docs/2.4/expr.html#examples
  18. LiteCache

    The big LScache fail report for LiteSpeed LSCWP and all other LiteSpeed cache plugins

    The big LScache fail report for LiteSpeed LSCWP and all other LiteSpeed cache plugins https://www.litespeedtech.com/support/forum/threads/the-big-lscache-fail-report-for-litespeed-lscwp-and-all-other-litespeed-cache-plugins.21053/
  19. LiteCache

    Alternative to LiteSpeed Cache Warmup Crawler

    @nvr FYI: The version you see at https://www.wp.cachecrawler.com/kitt/ is not the same that can be downloaded at https://www.cachecrawler.com/Download:::25.html. There is huge difference between both version. The new version is already finished, but we can't release it for download, because the...
  20. LiteCache

    Alternative to LiteSpeed Cache Warmup Crawler

    There is nothing wrong and correspondens with LScache behaviour. The view for cache inventory is the report of the last crawl session and is generated each time after a crawl session. After each request of a URL the crawler fetches the current cache status, but LiteSpeed response with a miss...
Top