Skip to content
  1. May 21, 2011
  2. May 19, 2011
  3. May 15, 2011
  4. May 14, 2011
  5. 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
  6. May 12, 2011
  7. May 11, 2011
  8. May 09, 2011
  9. May 08, 2011
  10. Apr 26, 2011
  11. Apr 25, 2011
  12. Apr 17, 2011
  13. Apr 15, 2011
  14. Apr 09, 2011
  15. Apr 08, 2011
  16. Apr 06, 2011
  17. Apr 01, 2011
  18. Mar 29, 2011
  19. Mar 28, 2011
  20. Mar 27, 2011
  21. Mar 26, 2011
  22. Mar 20, 2011
  23. Mar 17, 2011
  24. Mar 16, 2011
  25. Mar 12, 2011
  26. Mar 05, 2011
    • Jeff Trawick's avatar
      worker, event, prefork: Correct several issues when built as · 5b8a01c5
      Jeff Trawick authored
      DSOs; most notably, the scoreboard was reinitialized during graceful
      restart, such that processes of the previous generation were not
      observable.
      
      Other noticeable ones:
      * the generation number did not increment properly
      * worker's check-config hook didn't detect startup properly,
        so messages about inconsistent directives could have been sent
        to the wrong place
      
      max_daemons_limit wasn't tracked across restart, but as the scoreboard
      was always cleared this was a non-issue.
      
      Reinitialization of idle_spawn_rate, hold_off_on_exponential_spawning,
      and maxclients-message-reported may or may not have been features,
      but the big picture is that the behaviour shouldn't have differed.
      
      These changes should have been part of r758185.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078286 13f79535-47bb-0310-9956-ffa450edef68
      5b8a01c5