Search results

  1. LiteCache

    How to Restrict Direct Access to Server’s Real IP When Using Cloudflare (OpenLiteSpeed)

    Open your mind... There are hundreds or thousands of machine driven attacks globally and there is no single user that wants to attack your site only. It is machine driven script and the result of every request matters only if the result code is not 40*. It is just about of the status code is...
  2. LiteCache

    OLS using header IP, not trusted Cloudflare IP, for connection limit?

    This forum is created to support OLS, but not for any CDN related issues. Using a CDN is a complete different thing, especially with CloudFlare. If you get a 520 status error you should firstly follow CloudFlare suggestions to solve such errors since status code 520 is a CF related error code.
  3. LiteCache

    How to Set canonical for all PDF Files in subdirectory?

    It seems you have a wrong understanding what OpenSource means. A provider like OpenLitespeed can offer free sources of the OLS, but that doesn't mean that any support is free. OpenLiteSpeed provides support for free, but if OLS doesn't provide a solution for your custom need and a external...
  4. LiteCache

    Access control ALLOW/DENY not working?

    @krlabs As already said, if you want to block whatever IP, you must block the client IP and not the CF node IP, but this expects to configure CF to respect client IPs. But aware if you use CF caching!
  5. LiteCache

    OLS using header IP, not trusted Cloudflare IP, for connection limit?

    You have a strange understanding of how the Internet works if a CDN is used.
  6. LiteCache

    How to Set canonical for all PDF Files in subdirectory?

    I am sorry that a solution for this issue can only be provided by commercial soluton, but this forum doesn't allow it.
  7. LiteCache

    Access control ALLOW/DENY not working?

    CloudFlare and every other CDN provider transmits the real client IP address. If your host is requested this means it is requested by a user and not by CloudFlare. Therefore you can't filter or block requests by CF because CF doesn't request your site. It is the user that requests it and not...
  8. LiteCache

    How to Restrict Direct Access to Server’s Real IP When Using Cloudflare (OpenLiteSpeed)

    ...but causes higher load to prevent blocking requests in that way... OLS is a web server and not a firewall and every block causes extra load.
  9. LiteCache

    How to Restrict Direct Access to Server’s Real IP When Using Cloudflare (OpenLiteSpeed)

    The problem you describe is a well-known problem that many experts have already racked their brains over. There is a solution to this problem, but it is not an OLS problem because OLS is just a web server. That is why you cannot expect a web server to solve a problem that requires other...
  10. LiteCache

    How to Set canonical for all PDF Files in subdirectory?

    Why do you need canonical URLs for PDF documents? Google is smart enough to recognize PDF documents.
  11. LiteCache

    How to Set canonical for all PDF Files in subdirectory?

    Try this. Not tested, but should work: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_URI} \.pdf$ [NC] RewriteRule .* - [E=CANONICAL_URL:%{REQUEST_SCHEME}://%{HTTP_HOST}%{REQUEST_URI}] </IfModule> <IfModule mod_headers.c>...
  12. LiteCache

    How to reduce image HEADERS ? Tips on faster image transfers.

    No, it is not about headers but the rewrite rules for cache vary. No, it is not possible. I have invested a lot of time in the past few years to validate bugs and whenever I have reported these bugs, the reports have either been ignored or I have been spoken to in a stupid way or even...
  13. LiteCache

    How to reduce image HEADERS ? Tips on faster image transfers.

    @hp2 @Cold-Egg will not know any answer and he will redirect you the plugin support at WordPress forum, but don't hope you will get any qualified answer since I have reported this bug many times in the last years.
  14. LiteCache

    How to reduce image HEADERS ? Tips on faster image transfers.

    The problems mentioned exist from day one up to the current version.
  15. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    @swapot I'm glad that you've learned something from this discussion and you can now hopefully evaluate for yourself whether a CDN is beneficial to you. But there are still tons of insights to be gained to delve deeper into the subject of CDN: "Big Deal or Big Fake?" If you need further...
  16. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    There is no need to create a rule to bypass caching if you don't enable caching. Using CF Cache + LiteSpeed Cache and LiteSpeed Optimizations at the same time is an absolute no-go! Don't use CF caching and LScache at the same time, because it causes much conflicts! But you can still use CF Cache...
  17. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    You are using an outdated Firefox version.
  18. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    @swapot The article from https://acnam.com/untold-truths-of-cloudflare-cdn/ is very good and also confirms my tests with CloudFlare. Even if you now understand more thanks to these two articles, it does not make using a CDN any easier, as the seemingly uncontrollable routing makes a CDN a...
  19. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    You have already answered this question yourself. In order for a CDN to be faster than without a CDN, the content of a URL must already be cached. Normally, this is rarely the case, which means that an additional layer is created by the CDN, which makes a CDN slower than without a CDN. After...
Top