Skip to content
  1. May 13, 2011
    • 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. May 12, 2011
  3. May 11, 2011
  4. May 10, 2011
  5. May 09, 2011
  6. May 08, 2011
  7. May 07, 2011
  8. May 05, 2011
  9. May 03, 2011
  10. May 01, 2011
  11. Apr 30, 2011
  12. Apr 27, 2011
    • 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. Apr 26, 2011
  14. Apr 25, 2011