1. 23 Feb, 2006 1 commit
  2. 21 Feb, 2006 1 commit
  3. 17 Feb, 2006 1 commit
  4. 15 Feb, 2006 2 commits
  5. 13 Feb, 2006 1 commit
  6. 04 Feb, 2006 4 commits
  7. 30 Jan, 2006 1 commit
  8. 21 Jan, 2006 1 commit
  9. 18 Jan, 2006 1 commit
  10. 17 Jan, 2006 2 commits
  11. 13 Jan, 2006 1 commit
  12. 10 Jan, 2006 1 commit
    • 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
  13. 31 Dec, 2005 1 commit
  14. 18 Dec, 2005 2 commits
  15. 17 Dec, 2005 1 commit
  16. 07 Dec, 2005 2 commits
  17. 06 Dec, 2005 1 commit
  18. 03 Dec, 2005 1 commit
  19. 20 Nov, 2005 1 commit
  20. 19 Nov, 2005 1 commit
  21. 18 Nov, 2005 1 commit
  22. 16 Nov, 2005 2 commits
  23. 15 Nov, 2005 2 commits
  24. 11 Nov, 2005 1 commit
  25. 08 Nov, 2005 1 commit
  26. 05 Nov, 2005 1 commit
  27. 02 Nov, 2005 1 commit
  28. 01 Nov, 2005 1 commit
  29. 31 Oct, 2005 1 commit
  30. 25 Oct, 2005 2 commits