Skip to content
  1. Aug 25, 2016
    • Jim Jagielski's avatar
      Merge r1750854, r1750855, r1750947, r1750955, r1750960 from trunk: · c4522ff3
      Jim Jagielski authored
      ab: add SNI support when available.
      
      ab: follow up to r1750854: put the -I at the right place for apr_getopt().
      
      ab: follow up to r1750854.
      Use SNI when available by default, and invert -I logic to now disable it.
      
      ab: follow up to r1750854: some comments and better naming.
      
      ab: follow up to r1750854: still better naming, and a C89 fix.
      Submitted by: ylavic
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1757674 13f79535-47bb-0310-9956-ffa450edef68
      c4522ff3
    • Jim Jagielski's avatar
      Merge r1753167 from trunk: · 9dbd74ee
      Jim Jagielski authored
      mod_proxy_fcgi: avoid loops serving proxied error documents
      
      This commit should solve the issue indicated in PR 55415.
      Httpd loops while serving a error document if:
      1) The error document's content is proxied.
      2) ProxyErrorOverride is set.
      The solution proposed is to limit the use of ap_die only
      to the initial request. I tested the change with very basic
      scenarios but I am not sure if I got all the use cases,
      feedback is really welcome.
      
      
      Submitted by: elukey
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1757671 13f79535-47bb-0310-9956-ffa450edef68
      9dbd74ee
    • Jim Jagielski's avatar
      Merge r1752347 from trunk: · 370e6b4f
      Jim Jagielski authored
      Force mod_proxy_fcgi to read the whole FCGI response 
      even when the content has not been modified (HTTP 304).
      
      The problem is described in PR 59838. This patch should 
      avoid bogus reads causing the following issues with
      HTTP 304 responses:
      - AH01068: Got bogus version X, expected 1
      - AH01069: Got bogus rid X, expected 1
      - AH01075: Error dispatching request to :
      - HTTP 503 logged instead of 304 (even if the external 
        client gets correctly a 304)
      
      As discussed on IRC the HTTP_PRECONDITION_FAILED use case
      should be handled like the HTTP_NOT_MODIFIED one but it will
      be done in a separate commit.
      
      
      Submitted by: elukey
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1757670 13f79535-47bb-0310-9956-ffa450edef68
      370e6b4f
    • Jim Jagielski's avatar
      Merge r1756038 from trunk: · fa600fa4
      Jim Jagielski authored
      Fix spelling in comments and text files.
      No functional change.
      PR 59990
      
      Submitted by: rjung
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1757669 13f79535-47bb-0310-9956-ffa450edef68
      fa600fa4
  2. Aug 24, 2016
  3. Aug 16, 2016
  4. Aug 03, 2016
  5. Jul 22, 2016
  6. Jul 20, 2016
  7. Jul 10, 2016
  8. Jun 30, 2016
  9. Jun 28, 2016
  10. Jun 26, 2016
  11. Jun 22, 2016
  12. Jun 20, 2016
  13. Jun 16, 2016
  14. Jun 15, 2016
  15. Jun 14, 2016
  16. Jun 13, 2016
  17. Jun 09, 2016
  18. Jun 07, 2016
  19. Jun 06, 2016
  20. May 23, 2016