1. 16 Nov, 2001 1 commit
  2. 14 Nov, 2001 1 commit
  3. 12 Nov, 2001 1 commit
  4. 11 Nov, 2001 1 commit
  5. 10 Nov, 2001 4 commits
  6. 31 Oct, 2001 1 commit
  7. 29 Oct, 2001 3 commits
  8. 26 Oct, 2001 5 commits
  9. 23 Oct, 2001 3 commits
  10. 18 Oct, 2001 1 commit
  11. 17 Oct, 2001 2 commits
    • Bill Stoddard's avatar
      Win32: The Apache Win32 developers generally recommend that · 7c2c106f
      Bill Stoddard authored
      MaxRequestsPerChild be set to 0 to prevent the child process
      from ever recycling. However, for those that do require a
      non-zero setting, this patch fixes a serious bug that can cause
      an apparent 'server-hang' condition where the server stops
      responding to requests for a period of time. Prior to this
      fix, when the child process handled MaxRequestsPerChild
      connnections, the child process would stop accepting new
      connections and begin allowing inactive threads to exit. The
      problem was that a new process would not be created to begin
      handling requests until the old process fully exited. The old
      process can take an indeterminate amount of time to exit because
      it may be sending large responses to clients connected over slow
      links, or it may have threads blocked in read awaiting requests
      (eg, one attack mode of the Nimda worm is to establish a
      connection to the server but not send an HTTP request. This
      connection will be timed out according to the setting of the
      Timeout directive, 300 seconds). This fix allows the new process
      to be immediately started and begin accepting requests when the
      old child process reaches MaxRequestsPerChild.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91523 13f79535-47bb-0310-9956-ffa450edef68
      7c2c106f
    • Bill Stoddard's avatar
      Win32: Suppress spurious emmision of the "server reached ThreadsPerChild" message · b72841a9
      Bill Stoddard authored
      across a shutdown/restart.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91522 13f79535-47bb-0310-9956-ffa450edef68
      b72841a9
  12. 16 Oct, 2001 2 commits
  13. 12 Oct, 2001 1 commit
  14. 11 Oct, 2001 4 commits
  15. 10 Oct, 2001 1 commit
  16. 09 Oct, 2001 6 commits
  17. 08 Oct, 2001 3 commits