1. 25 Aug, 2016 4 commits
    • 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. 24 Aug, 2016 1 commit
  3. 16 Aug, 2016 5 commits
  4. 03 Aug, 2016 1 commit
  5. 22 Jul, 2016 1 commit
  6. 20 Jul, 2016 1 commit
  7. 10 Jul, 2016 1 commit
  8. 30 Jun, 2016 2 commits
  9. 28 Jun, 2016 1 commit
  10. 26 Jun, 2016 1 commit
  11. 22 Jun, 2016 2 commits
  12. 20 Jun, 2016 2 commits
  13. 16 Jun, 2016 2 commits
  14. 15 Jun, 2016 1 commit
  15. 14 Jun, 2016 1 commit
  16. 13 Jun, 2016 9 commits
  17. 09 Jun, 2016 1 commit
  18. 07 Jun, 2016 1 commit
  19. 06 Jun, 2016 2 commits
  20. 23 May, 2016 1 commit