Skip to content
  1. Mar 30, 2006
  2. Mar 13, 2006
  3. Mar 05, 2006
  4. Feb 28, 2006
  5. Feb 27, 2006
  6. Feb 25, 2006
  7. Feb 23, 2006
  8. Feb 21, 2006
  9. Feb 17, 2006
  10. Feb 15, 2006
  11. Feb 13, 2006
  12. Feb 04, 2006
  13. Jan 30, 2006
  14. Jan 21, 2006
  15. Jan 18, 2006
  16. Jan 17, 2006
  17. Jan 13, 2006
  18. Jan 10, 2006
    • Ruediger Pluem's avatar
      * Fix PR38017 by handling the selection of the hostname in the same way for · 0b388890
      Ruediger Pluem authored
        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.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@367798 13f79535-47bb-0310-9956-ffa450edef68
      0b388890
  19. Dec 31, 2005
  20. Dec 18, 2005
  21. Dec 17, 2005
  22. Dec 07, 2005
  23. Dec 06, 2005
  24. Dec 03, 2005
  25. Nov 20, 2005
  26. Nov 19, 2005
  27. Nov 18, 2005
  28. Nov 16, 2005
  29. Nov 15, 2005
  30. Nov 11, 2005
  31. Nov 08, 2005