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 2 commits
  4. 09 May, 2011 1 commit
  5. 08 May, 2011 1 commit
  6. 26 Apr, 2011 1 commit
  7. 25 Apr, 2011 3 commits
  8. 17 Apr, 2011 2 commits
  9. 15 Apr, 2011 1 commit
  10. 09 Apr, 2011 2 commits
  11. 08 Apr, 2011 2 commits
  12. 06 Apr, 2011 1 commit
  13. 01 Apr, 2011 2 commits
  14. 29 Mar, 2011 2 commits
  15. 28 Mar, 2011 3 commits
  16. 27 Mar, 2011 1 commit
  17. 26 Mar, 2011 1 commit
  18. 20 Mar, 2011 1 commit
  19. 17 Mar, 2011 1 commit
  20. 16 Mar, 2011 2 commits
  21. 12 Mar, 2011 2 commits
  22. 05 Mar, 2011 1 commit
    • 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
  23. 01 Mar, 2011 1 commit
  24. 23 Feb, 2011 1 commit
  25. 18 Feb, 2011 1 commit
  26. 14 Feb, 2011 1 commit
  27. 13 Feb, 2011 1 commit
  28. 12 Feb, 2011 1 commit