Search results

  1. W

    proxy to a backend web server (reverse proxy)

    What will be OLS rules when we only wanted to set up SSL on OLS? Communication between the OLS web server and backend apache will be over plain HTTP only. But end-user only work on https via proxy.
  2. W

    Tracking real visitors IP address in access log

    Thank you so much. can you put correct rule as per above rules in this post so that no error or misunderstanding again .
  3. W

    Tracking real visitors IP address in access log

    Please confirm once your testing is done. It will help us to understand and correct my solution.
  4. W

    Tracking real visitors IP address in access log

    Ok I have one query in my mind now. Please help me to clear it. In this case, if I put cache rules in apache .htaccess , how OLS will given benefit of caching? I read many places it will still give cache but how and is this correct ?
  5. W

    Tracking real visitors IP address in access log

    Means on OLS PANEL AT REWRITING RULE SECTION have added rewrite rule on OLS to send all traffic to apache using RewriteCond %{HTTPS} !=on RewriteRule (.*) https://DOMAINNAME/$1[R=301,L] REWRITERULE ^(.*)$ HTTP://apachehttps/$1 [P,L] Below this ??
  6. W

    Tracking real visitors IP address in access log

    Can we merge same with proxy redirection rule too?
  7. W

    Tracking real visitors IP address in access log

    @lsqtwrk In this type of setup, How to get the benefit of the cache at OLS level. I checked URL https://openlitespeed.org/kb/litespeed-cache-on-openlitespeed-without-plugins/ Where we can use Rules but where to write that rules? In my setup ( OLS + Apache ), now .htaccess is belongs to...
  8. W

    Cache - time dealy in reflecting on internet

    Nothing I added. Do I have to add it as per the application? What to add and how to check its working.
  9. W

    Cache - time dealy in reflecting on internet

    It’s Php based custom application.
  10. W

    Cache - time dealy in reflecting on internet

    Hi, I deployed OLS for evaluation as the project is under development phase but the client's development team reported that new changes reflecting after 5 min only. Do any changes needs to be done to fix this issue?
  11. W

    reg CDN

    Pong, My concern is LSWS or OLS also work on cache and CDN also work on Cache. So is this ok to pass cache data to CDN ? Do any issue like cookies or data conflicts etc?
  12. W

    Cache Size

    Oh. Do we have any setting to control it?
  13. W

    Cache Size

    Where to increase cache size? Any way to monitor if the cache size is less? Is any benefit if we increase cache size without making server performance issue?
  14. W

    reg CDN

    Hi, Putting CDN like CloudFront or Cloudflare in front of LSWS or OLS will give any benefit? Please help me to understand if any benefit.
  15. W

    Tracking real visitors IP address in access log

    Thank you so much for supporting and reverting solution.
  16. W

    Tracking real visitors IP address in access log

    Any other changes like -- https://www.techstacks.com/howto/log-client-ip-and-xforwardedfor-ip-in-apache.html I too have simple setup but still getting 127.0.0.1 in log where as on OLS its showing real visitors IP. Any other changes? You are sending both version like http and https from OLS...
  17. W

    Tracking real visitors IP address in access log

    Can you share your log format of backend ?
Top