1. 24 Oct, 2005 5 commits
  2. 23 Oct, 2005 1 commit
    • 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
  3. 21 Oct, 2005 1 commit
  4. 19 Oct, 2005 1 commit
  5. 18 Oct, 2005 5 commits
  6. 17 Oct, 2005 3 commits
  7. 16 Oct, 2005 2 commits
  8. 15 Oct, 2005 2 commits
  9. 13 Oct, 2005 2 commits
  10. 12 Oct, 2005 2 commits
  11. 11 Oct, 2005 4 commits
  12. 09 Oct, 2005 3 commits
  13. 08 Oct, 2005 1 commit
  14. 07 Oct, 2005 2 commits
    • 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
  15. 06 Oct, 2005 6 commits