1. 06 Sep, 2015 1 commit
  2. 05 Sep, 2015 3 commits
  3. 28 Aug, 2015 1 commit
  4. 29 Jul, 2015 1 commit
  5. 10 Jul, 2015 1 commit
  6. 09 Jul, 2015 1 commit
  7. 08 Jul, 2015 4 commits
  8. 03 Jul, 2015 1 commit
  9. 19 Jun, 2015 1 commit
  10. 18 Jun, 2015 3 commits
  11. 17 Jun, 2015 1 commit
  12. 16 Jun, 2015 1 commit
  13. 11 Jun, 2015 1 commit
  14. 09 Jun, 2015 3 commits
  15. 04 Jun, 2015 1 commit
  16. 02 Jun, 2015 1 commit
    • Jim Jagielski's avatar
      Merge r1681694, r1682907 from trunk: · 755dd84e
      Jim Jagielski authored
      mod_proxy: Don't put the worker in error state for 500 or 503 errors
      returned by the backend unless failonstatus is configured to.  PR 56925.
      
      
      mod_proxy: follow up to r1681694.
      
      Handle the proxy-error-override note also in mod_proxy_ajp.
      
      The note is not needed in mod_proxy_fcgi (which also handles
      ProxyErrorOverride) since it calls ap_die() by itself, and always
      returns OK to proxy_handler().
      
      Add a comment about the note where used.
      
      Submitted by: ylavic
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1683112 13f79535-47bb-0310-9956-ffa450edef68
      755dd84e
  17. 01 Jun, 2015 1 commit
  18. 29 May, 2015 2 commits
  19. 27 May, 2015 1 commit
  20. 23 May, 2015 3 commits
  21. 22 May, 2015 5 commits
  22. 18 May, 2015 1 commit
  23. 13 May, 2015 1 commit
    • Jim Jagielski's avatar
      Merge r1674542, r1675410, r1676842 from trunk: · ddef530a
      Jim Jagielski authored
      mod_ssl: Check for RAND_egd() at configure time and only use it if present.
      Fixes the build with LibreSSL which does not provide this function.
      
      Submitted by: Bernard Spil <pil.oss gmail com>, stsp
      Committed by: stsp
      
      
      mod_ssl: Make the config parser complain if SSLRandomSeed specifies
      the Entropy Gathering Daemon (EGD) as source while the underlying
      SSL library does not support EGD (e.g. in case of LibreSSL).
      
      Suggested and reviewed by: kbrand
      
      
      Follow up to r1674542 and r1675410: CHANGES entry.
      Submitted by: stsp, ylavic
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1679199 13f79535-47bb-0310-9956-ffa450edef68
      ddef530a
  24. 11 May, 2015 1 commit