Skip to content
  1. Mar 28, 2006
  2. Mar 27, 2006
  3. Mar 25, 2006
  4. Mar 22, 2006
  5. Mar 20, 2006
  6. Mar 18, 2006
  7. Mar 17, 2006
  8. Mar 14, 2006
  9. Mar 13, 2006
  10. Mar 10, 2006
  11. Mar 09, 2006
  12. Mar 05, 2006
  13. Mar 02, 2006
  14. Mar 01, 2006
  15. Feb 28, 2006
  16. Feb 23, 2006
  17. Feb 22, 2006
  18. Feb 21, 2006
  19. Feb 19, 2006
  20. Feb 18, 2006
  21. Feb 17, 2006
  22. Feb 06, 2006
  23. Feb 05, 2006
  24. Feb 04, 2006
    • Ruediger Pluem's avatar
    • Ruediger Pluem's avatar
      Merge r367798 from trunk: · 32472c1e
      Ruediger Pluem authored
      * Fix PR38017 by handling the selection of the hostname in the same way for
        non proxied and reverse proxied requests.
      
        We need to handle both cases in the same manner as for the reverse proxy
        case we have the following situation:
      
        If a cached entry is looked up by mod_cache's quick handler r->proxyreq
        is still unset in the reverse proxy case as it only gets set in the
        translate name hook (either by ProxyPass or mod_rewrite) which is run
        after the quick handler hook. This is different to the forward proxy
        case where it gets set before the quick handler is run (in the
        post_read_request hook).
        If a cache entry is created by the CACHE_SAVE filter we always have
        r->proxyreq set correctly.
        So we must ensure that in the reverse proxy case we use the same code
        path and using the canonical name seems to be the right thing to do
        in the reverse proxy case.
      
      PR: 38017
      Submitted by: rpluem
      Reviewed by: rpluem, wrowe, colm
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374931 13f79535-47bb-0310-9956-ffa450edef68
      32472c1e