1. 14 Nov, 2002 2 commits
    • Jeff Trawick's avatar
      Add --[enable|disable]-v4-mapped configure option to control · 647f8a18
      Jeff Trawick authored
      whether or not Apache expects to handle IPv4 connections
      on IPv6 listening sockets.  Either setting will work on
      systems with the IPV6_V6ONLY socket option.  --enable-v4-mapped
      must be used on systems that always allow IPv4 connections on
      IPv6 listening sockets.
      
      Note: As the ssl config file is not automatically generated and
            it is expected to require editing anyway to work, the only
            change there was to suggest the required Listen statements
            in a comment.
      
      PR:   PR 14037 (Bugzilla), PR 7492 (Gnats), various dups of these PRs
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97516 13f79535-47bb-0310-9956-ffa450edef68
      647f8a18
    • Paul J. Reder's avatar
      · 18eb35a0
      Paul J. Reder authored
      This fixes a problem where the underlying cache code
      indicated that there was one more element on the cache
      than there actually was. This happened since element 0
      exists but is not used. This code allocates the correct
      number of useable elements and reports the number of
      actually used elements. The previous code only allowed
      MCacheMaxObjectCount-1 objects to be stored in the
      cache. [Paul J. Reder]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97510 13f79535-47bb-0310-9956-ffa450edef68
      18eb35a0
  2. 12 Nov, 2002 1 commit
  3. 11 Nov, 2002 2 commits
  4. 10 Nov, 2002 2 commits
  5. 09 Nov, 2002 1 commit
  6. 08 Nov, 2002 3 commits
  7. 07 Nov, 2002 1 commit
  8. 06 Nov, 2002 1 commit
  9. 01 Nov, 2002 1 commit
  10. 31 Oct, 2002 1 commit
  11. 30 Oct, 2002 1 commit
  12. 29 Oct, 2002 1 commit
    • William A. Rowe Jr's avatar
      · b1375767
      William A. Rowe Jr authored
        Fix memory leak in mod_ssl from internal SSL library allocations
        within SSL_get_peer_certificate and X509_get_pubkey.
      
      Submitted by:	Zvi Har'El <rl@math.technion.ac.il>
      Reviewed by:	Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97344 13f79535-47bb-0310-9956-ffa450edef68
      b1375767
  13. 25 Oct, 2002 5 commits
  14. 24 Oct, 2002 1 commit
    • Paul J. Reder's avatar
      · 8b313209
      Paul J. Reder authored
      Change the CacheRoot processing to check for a required
      value at config time. This saves a lot of wasted processing
      if the mod_disk_cache module is loaded but no CacheRoot
      was provided. This fix also adds code to log an error
      and avoid useless pallocs and procesing when the computed
      cache file name cannot be opened. This also updates the
      docs accordingly.  [Paul J. Reder]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97290 13f79535-47bb-0310-9956-ffa450edef68
      8b313209
  15. 16 Oct, 2002 1 commit
  16. 15 Oct, 2002 1 commit
  17. 14 Oct, 2002 1 commit
  18. 09 Oct, 2002 2 commits
  19. 07 Oct, 2002 2 commits
  20. 04 Oct, 2002 2 commits
  21. 03 Oct, 2002 3 commits
  22. 02 Oct, 2002 3 commits
  23. 01 Oct, 2002 1 commit
  24. 30 Sep, 2002 1 commit