Skip to content
  1. Sep 04, 2002
    • Brian Pane's avatar
      Added optional support for caching streamed responses in mod_cache. · 6f34fa90
      Brian Pane authored
      Notes:
        * I've created a new config directive CacheMaxStreamingBuffer,
          to set the maximum amount of data that mod_cache will buffer
          per request if it hasn't yet seen an EOS.  The default is
          zero, which preserves the original behavior: cache only if
          the response has a known content-length or all the content
          is available in the first brigade passed to the CACHE_IN filter.
        * A big block of code in cache_in_filter() got wrapped in an
          if-statement in this change.  To make the diff more readable,
          I'm committing without indentation changes; a second commit
          will include (only) the indentation update.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96631 13f79535-47bb-0310-9956-ffa450edef68
      6f34fa90
  2. Sep 03, 2002
  3. Sep 01, 2002
  4. Aug 30, 2002
  5. Aug 29, 2002
  6. Aug 28, 2002
  7. Aug 27, 2002
  8. Aug 26, 2002
  9. Aug 24, 2002
  10. Aug 23, 2002
  11. Aug 21, 2002
  12. Aug 20, 2002
  13. Aug 19, 2002
  14. Aug 18, 2002
  15. Aug 09, 2002
  16. Aug 08, 2002
  17. Aug 07, 2002
  18. Aug 06, 2002
  19. Aug 01, 2002
  20. Jul 31, 2002
    • Jeff Trawick's avatar
      Restore the ability to specify host names on Listen directives. · 86e02241
      Jeff Trawick authored
      We needed to compare on the value we pass to apr_sockaddr_info_get(),
      not the IP address string.  Sometimes this is an IP address string
      and sometimes it is a host name.  Otherwise, on the second pass
      through this code we won't find the existing listen_rec for a Listen
      directive which had a host name, and we'll create a new listen_rec
      and try to bind again to the same addr/port.
      
      PR:                  11030
      Helped immensely by: David Shane Holden <dpejesh@yahoo.com>,
                           who debugged it and submitted a patch which
                           showed the problem; a much simpler change was
                           committed though
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96258 13f79535-47bb-0310-9956-ffa450edef68
      86e02241
  21. Jul 30, 2002