Skip to content
  1. Oct 25, 2005
  2. Oct 24, 2005
  3. Oct 23, 2005
    • Ruediger Pluem's avatar
      Merge r327179 from trunk: · 889e831b
      Ruediger Pluem authored
      * Fix PR31226 (AddOutputFilterByType deflate not active with mod_proxy), by
        allowing ap_add_output_filters_by_type to handle proxied requests.
        Basic tests by jorton and me show that this works, nobody can actually
        remember why this limitation was introduced at all (r94028) and the mailing
        list archives also gave no hint.
      
      Submitted by: Joe Orton
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@327793 13f79535-47bb-0310-9956-ffa450edef68
      889e831b
  4. Oct 21, 2005
  5. Oct 19, 2005
  6. Oct 18, 2005
  7. Oct 17, 2005
  8. Oct 16, 2005
  9. Oct 15, 2005
  10. Oct 13, 2005
  11. Oct 12, 2005
  12. Oct 11, 2005
  13. Oct 09, 2005
  14. Oct 08, 2005
  15. Oct 07, 2005
    • Ruediger Pluem's avatar
      Merge r307195 from trunk: · fd6959f6
      Ruediger Pluem authored
      * Fix PR36883 (mod_proxy_ajp and tomcat issues).
      
      Submitted by: William Barker <william.barker wilshire.com>
      Reviewed by: Ruediger Pluem
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@307196 13f79535-47bb-0310-9956-ffa450edef68
      fd6959f6
    • William A. Rowe Jr's avatar
      Backport Revision: 306495 · d17a6f0c
      William A. Rowe Jr authored
        NET_TIME, as a standalone feature, was a horrid idea, so eliminate it.
      
        The core filter will NOT operate correctly across platforms 
        (even between Linux/Solaris) without setting up the conn->timeout,
        so always apply the timeout when establishing the core filter.
      
        The keep-alive-timeout is entirely an HTTP-ism, and needs to
        move to the http protocol handler.  This isn't triggered in the 
        event mpm, but the event mpm introspects s->keep_alive_timeout
        directly adding it to the pollset, so this is a non-sequitor.
      
        Finally, once the headers are read, the named virtual host may
        have a different (more/less permissive) timeout for the remainder
        of the request body.  This http-centric patch picks up that subtle
        detail and can switch to a named-vhost timeout.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@307031 13f79535-47bb-0310-9956-ffa450edef68
      d17a6f0c
  16. Oct 06, 2005