Skip to content
  1. Aug 16, 2017
  2. Aug 15, 2017
  3. Aug 14, 2017
  4. Aug 11, 2017
  5. Aug 10, 2017
  6. Aug 09, 2017
  7. Aug 08, 2017
  8. Aug 04, 2017
  9. Aug 01, 2017
  10. Jul 30, 2017
  11. Jul 29, 2017
  12. Jul 28, 2017
  13. Jul 27, 2017
    • 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