Skip to content
  1. Mar 13, 2011
  2. Mar 12, 2011
  3. Mar 11, 2011
  4. Mar 10, 2011
  5. Mar 09, 2011
  6. Mar 08, 2011
  7. Mar 07, 2011
  8. Mar 05, 2011
    • Lucien Gentis's avatar
      Updates. · c1343a71
      Lucien Gentis authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078314 13f79535-47bb-0310-9956-ffa450edef68
      c1343a71
    • 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