1. 22 Sep, 2017 3 commits
  2. 21 Sep, 2017 2 commits
  3. 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
  4. 19 Sep, 2017 1 commit
  5. 18 Sep, 2017 4 commits
  6. 16 Sep, 2017 2 commits
  7. 15 Sep, 2017 3 commits
  8. 14 Sep, 2017 1 commit
  9. 13 Sep, 2017 11 commits
  10. 12 Sep, 2017 8 commits
  11. 11 Sep, 2017 3 commits