1. 13 May, 2011 1 commit
    • Jim Jagielski's avatar
      Add in new mod_proxy "extension" module: mod_proxy_express. · 10819698
      Jim Jagielski authored
      This is a module developed by myself to support the
      RedHat OpenShift Express project, to allow for dynamic
      and fast reverse-proxy switching.
      
      The idea is to easily map Host: header entries to
      backend servers, with the mapping done in a DBM file
      (think of mod_vhost_alias, kinda, for mod_proxy).
      Yeah, mod_rewrite and RewriteMap could kinda do
      it but (1) that is slow and (2) no support for
      ProxyPassReverse capability.
      
      Donated to the ASF.
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1102733 13f79535-47bb-0310-9956-ffa450edef68
      10819698
  2. 12 May, 2011 1 commit
  3. 11 May, 2011 4 commits
  4. 10 May, 2011 1 commit
  5. 09 May, 2011 11 commits
  6. 08 May, 2011 2 commits
  7. 07 May, 2011 3 commits
  8. 05 May, 2011 2 commits
  9. 03 May, 2011 3 commits
  10. 01 May, 2011 2 commits
  11. 30 Apr, 2011 1 commit
  12. 27 Apr, 2011 1 commit
    • Jeff Trawick's avatar
      Follow on to 1057048: · d94d6c25
      Jeff Trawick authored
      In the map of active workers, don't print spaces for scoreboard
      slots which aren't used due to ThreadsPerChild < ThreadLimit or 
      MaxClients/ThreadsPerChild < ServerLimit; simply omit those slots
      from the display.  Workers in those slots which are gracefully
      exiting (from a previous generation with a different MPM config)
      will be displayed, and the map will shrink as those workers exit.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1097070 13f79535-47bb-0310-9956-ffa450edef68
      d94d6c25
  13. 26 Apr, 2011 3 commits
  14. 25 Apr, 2011 5 commits