1. 13 May, 2003 3 commits
  2. 09 May, 2003 1 commit
  3. 05 May, 2003 1 commit
    • Jeff Trawick's avatar
      AIX: Change the default accept mechanism from pthread back to · 429c6048
      Jeff Trawick authored
      fcntl.  Idle child cleanup doesn't work when the child selected
      for termination by the parent is waiting on a pthread mutex, and
      because the AIX kernel's notion of hot process is apparently the
      same as Apache's, it is common for the Apache parent to continually
      select a child for termination that the kernel will leave waiting
      on the mutex for extended periods of time.  There are other
      concerns with pthread mutexes as well, such as the ability to
      deadlock the server if a child process segfaults while holding the
      mutex.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99718 13f79535-47bb-0310-9956-ffa450edef68
      429c6048
  4. 30 Apr, 2003 1 commit
  5. 28 Apr, 2003 1 commit
  6. 25 Apr, 2003 1 commit
  7. 24 Apr, 2003 2 commits
  8. 21 Apr, 2003 2 commits
  9. 14 Apr, 2003 1 commit
  10. 08 Apr, 2003 1 commit
  11. 07 Apr, 2003 1 commit
  12. 03 Apr, 2003 1 commit
  13. 02 Apr, 2003 3 commits
  14. 19 Mar, 2003 2 commits
  15. 05 Mar, 2003 1 commit
  16. 28 Feb, 2003 1 commit
  17. 27 Feb, 2003 1 commit
  18. 26 Feb, 2003 2 commits
  19. 22 Feb, 2003 3 commits
  20. 19 Feb, 2003 3 commits
  21. 18 Feb, 2003 1 commit
  22. 16 Feb, 2003 1 commit
    • Andre Malo's avatar
      drop the guess_domain function. · f0d392de
      Andre Malo authored
      Our docs say about AuthDigestDomain:
      This directive should always be specified and contain at least the (set of)
      root URI(s) for this space. Omitting to do so will cause the client to send
      the Authorization header for every request sent to this server.
      
      guessing the parameter is somewhat bogus. guess_domain() also resulted sometimes
      in relative URIs, non-URI strings or empty strings, which caused a lot of
      problems.
      According to the docs, the domain parameter will be omitted now,
      if not specified. This is exactly, what one would expect.
      
      PR: 16937 (related to)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98677 13f79535-47bb-0310-9956-ffa450edef68
      f0d392de
  23. 12 Feb, 2003 1 commit
  24. 10 Feb, 2003 1 commit
  25. 04 Feb, 2003 1 commit
  26. 03 Feb, 2003 1 commit
  27. 31 Jan, 2003 1 commit
  28. 26 Jan, 2003 1 commit