1. 23 Jan, 2003 1 commit
    • Cliff Woolley's avatar
      Fix a problem whereby multiple MMapFile directives would cause a segfault · 51b0fe2e
      Cliff Woolley authored
      on startup.
      
      mod_file_cache keeps a hash table in the cmd->pool and puts an entry in
      that hash table for each of its files and mmaps, all of which are opened
      into cmd->pool.  But it registered a cleanup on cmd->pool that would walk
      the hash table and close each file and delete each mmap, even though by
      the time that happened those things would have been done already anyway
      by the files' and mmaps' own cleanups on cmd->pool.  So it was deleting
      mmaps that were already cleaned up and closing files that were already
      cleaned up in all cases.  This has never been valid... amazed it ever
      worked.  But apparently the true bogosity wasn't revealed until the new
      mmap cleanup code went into APR.
      
      PR: 16313
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98463 13f79535-47bb-0310-9956-ffa450edef68
      51b0fe2e
  2. 22 Jan, 2003 7 commits
  3. 21 Jan, 2003 10 commits
  4. 20 Jan, 2003 14 commits
  5. 19 Jan, 2003 4 commits
  6. 18 Jan, 2003 4 commits