Skip to content
  1. May 21, 2006
  2. May 17, 2006
    • Ruediger Pluem's avatar
      * Handle the cases "no proxy request" and "reverse proxy request" in the same · 25ae9a5d
      Ruediger Pluem authored
        manner, when setting scheme and port_str. This is needed because 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.
        Also set scheme to ap_http_scheme(r) instead of "http" to handle SSL
        correctly.
      
      PR: 39593
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@407357 13f79535-47bb-0310-9956-ffa450edef68
      25ae9a5d
  3. May 10, 2006
  4. May 09, 2006
  5. May 07, 2006
  6. May 05, 2006
    • Sander Temme's avatar
      Add optional 'scheme://' prefix to ServerName directive. For · ef63a0d6
      Sander Temme authored
           'https', mod_http returns "https" for the ap_hook_http_scheme and
           DEFAULT_HTTPS_PORT for ap_hook_default_port.  This fixes Redirect
           responses to requests for directories without a trailing slash
           when httpd runs behind a proxy or offload device that processes
           SSL.  It also enables support for Subversion in that
           configuration.  This change is completely backwards compatible
           and passes the perl-framework.  Minor mmn bump because I add a
           field to server_rec. 
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@399947 13f79535-47bb-0310-9956-ffa450edef68
      ef63a0d6
  7. May 04, 2006
  8. May 03, 2006
  9. Apr 22, 2006
  10. Apr 18, 2006
  11. Apr 16, 2006
  12. Apr 14, 2006
  13. Apr 12, 2006
  14. Apr 10, 2006
  15. Apr 08, 2006
  16. Apr 02, 2006
  17. Apr 01, 2006
  18. Mar 31, 2006
  19. Mar 30, 2006
  20. Mar 13, 2006
  21. Mar 05, 2006
  22. Feb 28, 2006
  23. Feb 27, 2006
  24. Feb 25, 2006
  25. Feb 23, 2006
  26. Feb 21, 2006