1. 16 Nov, 2000 2 commits
    • William A. Rowe Jr's avatar
      · d3cdd753
      William A. Rowe Jr authored
        Beyond documentation of some existing issues, this patch corrects the
        status messages displayed when starting and restarting Apache as a
        service on Win9x.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@86983 13f79535-47bb-0310-9956-ffa450edef68
      d3cdd753
    • William A. Rowe Jr's avatar
      · 195dd537
      William A. Rowe Jr authored
        This patch protects the Apache/Win32 child process and it's children
        from faulting against invalid stdout/stderr handles, or allocating such
        handles as a recovery mechanism.  stdout and stderr are passed by the
        parent as handles to the "null" device (e.g. /dev/nul).
      
        Also solved a handle leak issue when failing to create a child process.
      
        Finally, this patch solves 90% of the Win9x issues by -not- freeing the
        Apache child process from its console.  On Win9x, as the child process
        created a 16 bit cgi process, such as command.com, that cgi created its
        own console window.  This was fatal, since 16 bit apps in their own
        console do -not- properly close the pipes on Win9x.  NT is not affected.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@86982 13f79535-47bb-0310-9956-ffa450edef68
      195dd537
  2. 15 Nov, 2000 3 commits
  3. 14 Nov, 2000 3 commits
  4. 13 Nov, 2000 1 commit
  5. 10 Nov, 2000 7 commits
  6. 07 Nov, 2000 1 commit
  7. 06 Nov, 2000 4 commits
  8. 05 Nov, 2000 3 commits
  9. 04 Nov, 2000 4 commits
  10. 03 Nov, 2000 3 commits
  11. 02 Nov, 2000 4 commits
  12. 28 Oct, 2000 1 commit
  13. 23 Oct, 2000 3 commits
  14. 21 Oct, 2000 1 commit