Skip to content
  1. Jul 24, 2006
    • Ruediger Pluem's avatar
      Merge r399947, r406697 from trunk: · 8592ce43
      Ruediger Pluem authored
      * Add optional 'scheme://' prefix to ServerName directive.  For
        '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.
      
      * Document r399947, addition of optional scheme:// to ServerName directive
      
      PR: 33398
      Submitted by: sctemme
      Reviewed by: sctemme, rpluem, wrowe
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425051 13f79535-47bb-0310-9956-ffa450edef68
      8592ce43
    • Ruediger Pluem's avatar
      Merge r407357, r408154, r408729 from trunk: · 0a6ee5d5
      Ruediger Pluem authored
      * Handle the cases "no proxy request" and "reverse proxy request" in the same
        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.
      
      * Fix const compiler warning introduced by r407357.
      Noticed by: Joe Orton
      
      * Cleanup the code by replacing some inline code to lower-case a string with
        ap_str_tolower.
      Proposed by: Joe Orton
      
      PR: 39593
      Submitted by: rpluem
      Reviewed by: rpluem, jim, pquerna
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425035 13f79535-47bb-0310-9956-ffa450edef68
      0a6ee5d5
    • Nick Kew's avatar
      Propose backport for DBD configuration segfault fix. · fc542887
      Nick Kew authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424987 13f79535-47bb-0310-9956-ffa450edef68
      fc542887
    • Jeff Trawick's avatar
      merge from trunk: · d5568e40
      Jeff Trawick authored
        Worker MPM: On graceless shutdown or restart, send signals to
        each worker thread to wake them up if they're polling on a
        Keep-Alive connection.  PR 38737.  [Chris Darroch]
      
      PR: 38737
      Reviewed by: chrisd, trawick, niq
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424876 13f79535-47bb-0310-9956-ffa450edef68
      d5568e40
    • Jeff Trawick's avatar
      merge from trunk: · 1578d0b1
      Jeff Trawick authored
        worker and event MPMs: fix excessive forking if fork() or child_init
        take a long time.
      
      PR: 39275
      Reviewed by: trawick, gregames, pquerna
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424874 13f79535-47bb-0310-9956-ffa450edef68
      1578d0b1
  2. Jul 23, 2006
  3. Jul 22, 2006
  4. Jul 21, 2006
  5. Jul 12, 2006
  6. Jul 06, 2006
  7. Jul 05, 2006
  8. Jun 30, 2006
  9. Jun 28, 2006
  10. Jun 27, 2006
  11. Jun 26, 2006
  12. Jun 24, 2006
  13. Jun 21, 2006
  14. Jun 18, 2006