1. 16 Aug, 2017 8 commits
  2. 15 Aug, 2017 1 commit
  3. 14 Aug, 2017 1 commit
  4. 11 Aug, 2017 2 commits
  5. 10 Aug, 2017 2 commits
  6. 09 Aug, 2017 5 commits
  7. 08 Aug, 2017 4 commits
  8. 04 Aug, 2017 4 commits
  9. 01 Aug, 2017 2 commits
  10. 30 Jul, 2017 2 commits
  11. 29 Jul, 2017 3 commits
  12. 28 Jul, 2017 5 commits
  13. 27 Jul, 2017 1 commit
    • Luca Toscano's avatar
      Clarify some mod_proxy concepts in the docs · 9b065652
      Luca Toscano authored
      I have recently got some basic mod-proxy concepts
      and these simple info would have helped me a lot:
      
      - connection pooling == reuse. My brain did not pick
        up this simple nomenclature at first read for some
        reason, probably because we have parameters called
        "*reuse*" and not "*pooling*". I find the term
        "reuse" clearer than "pooling", but this is
        debatable :)
      - the concept of "Worker" needs to be read before
        the ProxyPass section (that people probably read
        directly after checking a search engine) to fully
        understand its power.
      - the fact that a worker is related to a single process
        (and not shared as a Balancer) is a really important
        concept that I tried to highlight when talking
        about maxconns (question popped up a lot of times
        from users).
      
      Hope that my understanding is correct, feedback is welcome.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1803171 13f79535-47bb-0310-9956-ffa450edef68
      9b065652