1. 02 Oct, 2017 5 commits
  2. 30 Sep, 2017 3 commits
  3. 29 Sep, 2017 3 commits
  4. 28 Sep, 2017 4 commits
  5. 27 Sep, 2017 3 commits
  6. 26 Sep, 2017 3 commits
  7. 25 Sep, 2017 1 commit
  8. 23 Sep, 2017 2 commits
  9. 22 Sep, 2017 8 commits
  10. 21 Sep, 2017 2 commits
  11. 20 Sep, 2017 2 commits
    • Stefan Eissing's avatar
      On the trunk: · cb6da1db
      Stefan Eissing authored
      mod_ssl: unshare SSLSrvConfigRec instances between base server and virtual hosts. This avoids
           overwrites of later initializattions (vhost_id), selective disables by "SSLEngine addr-list"
           and certificate/key pickup from mod_md. 
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1809037 13f79535-47bb-0310-9956-ffa450edef68
      cb6da1db
    • Luca Toscano's avatar
      mod_rewrite,core: avoid Vary:Host (part 2) · 2958118a
      Luca Toscano authored
      This is a follow up of r1808746 after a chat
      with Yann on dev@:
      
      - the HTTP:Host variable suffers from the same problem
      - the strcasecmp should be used to allow case-sensitive
        comparisons.
      - in mod_rewrite is less cumbersome and more clean to just
        make the Host header check in lookup_header, so it will
        be automatically picked up by every part of the code
        that uses it. It shouldn't be a relevant overhead for
        mod_rewrite.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1809028 13f79535-47bb-0310-9956-ffa450edef68
      2958118a
  12. 19 Sep, 2017 1 commit
  13. 18 Sep, 2017 3 commits