1. 09 Sep, 2005 1 commit
  2. 08 Sep, 2005 1 commit
  3. 07 Sep, 2005 4 commits
  4. 06 Sep, 2005 1 commit
  5. 01 Sep, 2005 4 commits
  6. 31 Aug, 2005 9 commits
  7. 30 Aug, 2005 7 commits
  8. 29 Aug, 2005 5 commits
  9. 28 Aug, 2005 5 commits
  10. 27 Aug, 2005 3 commits
    • Colm MacCarthaigh's avatar
      · bf32ccfe
      Colm MacCarthaigh authored
      Update CHANGES to reflect that worker now supports graceful-stop, that Bill
      wrote some of the graceful-stop code I stole from Ken, and to get rid of
      exraneous `'`'s.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@241820 13f79535-47bb-0310-9956-ffa450edef68
      bf32ccfe
    • Colm MacCarthaigh's avatar
      · f48624a7
      Colm MacCarthaigh authored
      Implement a graceful-stop for the worker MPM. We close our listeners, and then
      ask each child process to do the same. We then monitor until all children have
      exited.
      
      The change to ap_start_shutdown(void) to ap_start_shutdown(int) may look like
      an external API change, but the function is defined static, and used only in
      one place.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@241819 13f79535-47bb-0310-9956-ffa450edef68
      f48624a7
    • Colm MacCarthaigh's avatar
      · 799699eb
      Colm MacCarthaigh authored
      CGId keeps a copy of the listening sockets open, which interferes with a 
      graceful shutdown/start. Close the listening sockets on cgid start.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@241815 13f79535-47bb-0310-9956-ffa450edef68
      799699eb