1. 13 Oct, 2008 1 commit
  2. 08 Oct, 2008 1 commit
  3. 07 Oct, 2008 1 commit
  4. 19 Sep, 2008 1 commit
  5. 18 Sep, 2008 2 commits
  6. 17 Sep, 2008 2 commits
  7. 14 Sep, 2008 1 commit
  8. 09 Sep, 2008 2 commits
  9. 08 Sep, 2008 4 commits
  10. 02 Sep, 2008 1 commit
  11. 30 Aug, 2008 3 commits
  12. 29 Aug, 2008 1 commit
  13. 26 Aug, 2008 1 commit
  14. 21 Aug, 2008 1 commit
  15. 15 Aug, 2008 2 commits
  16. 12 Aug, 2008 1 commit
  17. 09 Aug, 2008 2 commits
  18. 07 Aug, 2008 1 commit
  19. 04 Aug, 2008 1 commit
  20. 22 Jul, 2008 2 commits
  21. 19 Jul, 2008 1 commit
  22. 04 Jul, 2008 1 commit
  23. 29 Jun, 2008 1 commit
  24. 20 Jun, 2008 1 commit
  25. 10 Jun, 2008 2 commits
  26. 09 Jun, 2008 1 commit
  27. 08 Jun, 2008 1 commit
    • Jeff Trawick's avatar
      core: Fix address-in-use startup failure on some platforms caused · d8e8965d
      Jeff Trawick authored
      by attempting to set up an IPv4 listener which overlaps with an 
      existing IPv6 listener.
      
      The failure occurred on the second pass of the open-logs hook in
      a configuration such as the following:
      
        Listen 8080
        Listen 0.0.0.0:8081
        Listen [::]:8081
      
      During the first pass, the two port 8081 listen recs were 
      adjacent and existing logic prevented binding to 0.0.0.0:8081.
      On the second pass, they were not adjacent and we then tried
      to bind to 0.0.0.0:8081, leading to failure on some platforms
      (seen on SLES 9 and Ubuntu 7.10, not seen on many other Unix-ish
      platforms).
      
      Leave a note about other unhandled configurations.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664535 13f79535-47bb-0310-9956-ffa450edef68
      d8e8965d
  28. 05 Jun, 2008 1 commit