Skip to content
  1. Aug 26, 2005
    • Colm MacCarthaigh's avatar
      · aef4ec15
      Colm MacCarthaigh authored
      Documentation changes relevant to new graceful-stop command line argument
      for httpd and apachectl, and the the "GracefulShutdownTimeout" directive.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240271 13f79535-47bb-0310-9956-ffa450edef68
      aef4ec15
    • Colm MacCarthaigh's avatar
      · c69524da
      Colm MacCarthaigh authored
      Implement a "graceful-stop" for the prefork MPM (might aswell do the hard one
      first). 
      
      General approach is to send SIGUSR1 to all children (which will de-listen, and
      exit when finished), and to gather all children as they exit. 
      
      We don't use a sleep(timeout) for the timeout implementation, because this
      would lead to a rut of defunct children until the timeout had expired.
      
      set_graceful_shutdown stolen from Ken Coar. See <3E84B1EC.3050007@Golux.Com>
      (28 Mar 2003).
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240270 13f79535-47bb-0310-9956-ffa450edef68
      c69524da
    • Colm MacCarthaigh's avatar
      · 25da38ba
      Colm MacCarthaigh authored
      Make the neccessary changes to mpm_common and main to support a graceful-stop
      command line argument. 
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240269 13f79535-47bb-0310-9956-ffa450edef68
      25da38ba
    • Colm MacCarthaigh's avatar
      · 47b19d81
      Colm MacCarthaigh authored
      Remove the note about WINCH on certain platforms. As of r239430, this is no
      longer the case and USR1 will be used on all platforms.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240258 13f79535-47bb-0310-9956-ffa450edef68
      47b19d81
  2. Aug 25, 2005
  3. Aug 24, 2005
  4. Aug 23, 2005