1. 01 Jun, 2015 1 commit
  2. 29 May, 2015 1 commit
  3. 27 May, 2015 2 commits
  4. 25 May, 2015 5 commits
  5. 24 May, 2015 2 commits
  6. 23 May, 2015 8 commits
  7. 22 May, 2015 17 commits
  8. 21 May, 2015 4 commits
    • Rainer Jung's avatar
      Comments. · 11b6c0f8
      Rainer Jung authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1680944 13f79535-47bb-0310-9956-ffa450edef68
      11b6c0f8
    • Yann Ylavic's avatar
      Merge r1664205 from trunk. · 1f3722a2
      Yann Ylavic authored
      
      r1664205 | covener | 2015-03-05 03:33:16 +0100 (Thu, 05 Mar 2015) | 12 lines
      
        *) SECURITY: CVE-2015-0253 (cve.mitre.org)
           core: Fix a crash introduced in with ErrorDocument 400 pointing
           to a local URL-path with the INCLUDES filter active, introduced
           in 2.4.11. PR 57531. [Yann Ylavic]
      
      
      Submitted By: ylavic
      Committed By: covener
      
      
      Reviewed by: ylavic, wrowe, rjung
      Backported by: ylavic
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1680927 13f79535-47bb-0310-9956-ffa450edef68
      1f3722a2
    • Yann Ylavic's avatar
      Merge r1526189, r1658765 from trunk. · 25970d35
      Yann Ylavic authored
      
      r1526189 | trawick | 2013-09-25 16:29:02 +0200 (Wed, 25 Sep 2013) | 8 lines
      
      mod_proxy: Add ap_connection_reusable() for checking if a connection
      is reusable as of this point in processing.
      
      mod_proxy_fcgi uses the new API to determine if FCGI_CONN_CLOSE
      should be enabled, but that doesn't change existing behavior
      since the connection is currently marked for closure elsewhere
      in the module.
      
      
      r1658765 | ylavic | 2015-02-10 18:25:54 +0100 (Tue, 10 Feb 2015) | 4 lines
      
      mod_proxy_http: Use the "Connection: close" header for requests to
      backends not recycling connections (disablereuse), including the default
      reverse and forward proxies.
      
      
      Reviewed by: ylavic, wrowe, rjung
      Backported by: ylavic
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1680923 13f79535-47bb-0310-9956-ffa450edef68
      25970d35
    • Yann Ylavic's avatar
      2.2.x only. · ed528b88
      Yann Ylavic authored
      mod_proxy: Reuse proxy/balancer workers' parameters and scores across
      graceful restarts, even if new workers are added, old ones removed, or
      the order changes.
      
      Proposed by: jkaluza
      Reviewed by: ylavic, jkaluza, wrowe
      Backported by: ylavic
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1680920 13f79535-47bb-0310-9956-ffa450edef68
      ed528b88