Skip to content
  1. Oct 02, 2017
  2. Sep 30, 2017
  3. Sep 29, 2017
  4. Sep 28, 2017
  5. Sep 27, 2017
  6. Sep 26, 2017
  7. Sep 25, 2017
  8. Sep 23, 2017
  9. Sep 22, 2017
  10. Sep 21, 2017
  11. Sep 20, 2017
    • 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. Sep 19, 2017