1. 24 Jul, 2006 5 commits
    • 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. 23 Jul, 2006 4 commits
  3. 22 Jul, 2006 1 commit
  4. 21 Jul, 2006 2 commits
  5. 12 Jul, 2006 7 commits
  6. 06 Jul, 2006 3 commits
  7. 05 Jul, 2006 4 commits
  8. 30 Jun, 2006 5 commits
  9. 28 Jun, 2006 1 commit
  10. 27 Jun, 2006 1 commit
  11. 26 Jun, 2006 1 commit
  12. 24 Jun, 2006 1 commit
  13. 21 Jun, 2006 1 commit
  14. 18 Jun, 2006 4 commits