Skip to content
  1. Jul 26, 2001
  2. Jul 24, 2001
  3. Jul 23, 2001
  4. Jul 22, 2001
  5. Jul 21, 2001
  6. Jul 19, 2001
  7. Jul 18, 2001
  8. Jul 13, 2001
    • Bill Stoddard's avatar
      Win32: Prevent listening sockets from being inherited by · f0d05926
      Bill Stoddard authored
      the Apache child process, CGI scripts, rotatelog process
      etc.  If the Apache child process segfaults, any processes
      that the child started are not reaped. Prior to this fix,
      these processes inherited the listening sockets which sometimes
      prevented the restarted Apache child process from accepting
      connections (ie, the server would hang).
      
      The Sleep(1000) is a bit of a hack but it is sufficient I believe. All
      that is really necessary is for the parent to give up its quantum and
      allow the child to run. I could not get WaitForInputIdle to work properly.
      Will investigate alternative solutions later.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89547 13f79535-47bb-0310-9956-ffa450edef68
      f0d05926
  9. Jul 12, 2001
  10. Jul 11, 2001
  11. Jul 10, 2001
  12. Jul 09, 2001
  13. Jul 06, 2001
  14. Jul 05, 2001
  15. Jul 02, 2001
  16. Jun 28, 2001
  17. Jun 27, 2001
  18. Jun 26, 2001
  19. Jun 20, 2001
  20. Jun 18, 2001
  21. Jun 15, 2001
  22. Jun 12, 2001
  23. Jun 11, 2001
  24. Jun 10, 2001
  25. Jun 09, 2001
  26. Jun 07, 2001
    • Victor J. Orlikowski's avatar
      Generate httpd.exp on the fly. · af60b7d2
      Victor J. Orlikowski authored
      This should allow DSOs to work on AIX, without the headache of maintaining
      the httpd.exp file.
      This is adapted from OS/2's generation of ApacheCoreOS2.def.
      There exist a few bugs still:
          1) mod_dav and mod_proxy may not yet work, due to certain namespace issues.
          2) Some symbols may need to be added, a la core_header.def
      Once these have been fixed, the old httpd.exp file will be deleted.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89288 13f79535-47bb-0310-9956-ffa450edef68
      af60b7d2