Skip to content
  1. Sep 28, 2001
    • William A. Rowe Jr's avatar
      · 1f64a74d
      William A. Rowe Jr authored
        Overhaul the compatibility with 1.3's subrequest and redirect processing.
      
        Eliminate URI-centric phases in ap_process_request_internal() for pure
        file subrequests (that don't correspond to URI space.)  translate_name
        hook and location_walks are skipped for these requests.
      
        Moves the reset of the per_dir_config out of directory_walk into the
        internal request processing code, so that resources with alternate
        map_to_storage requirements start with clean r->server->lookup_defaults.
      
        Optimizes out the authn/authz of effectively identical subreqests and
        redirects, as the sub_req_lookup calls once did.  Unlike 1.3, we copy
        r->user and r->ap_auth_type from main/prev for the request's reference.
      
        Stop copying the subrequest's r->chunked flag (Rbb assured me it looked
        bogus, chunking is on the parent request) and clean out other #if 0'ed
        cruft we don't need to refer back to anymore.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91169 13f79535-47bb-0310-9956-ffa450edef68
      1f64a74d
    • William A. Rowe Jr's avatar
      · bea7dd2f
      William A. Rowe Jr authored
        Remove the translate_name hack that caused Greg Ames some grief with
        mod_rewrite.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91168 13f79535-47bb-0310-9956-ffa450edef68
      bea7dd2f
    • Ryan Bloom's avatar
      Allow support programs to be compiled against a static version · 489d5f9c
      Ryan Bloom authored
      of libapr.  This allows the smaller support programs to be
      relocated.
      
      Submitted by:	Aaron Bannert <aaron@clove.org>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91167 13f79535-47bb-0310-9956-ffa450edef68
      489d5f9c
  2. Sep 27, 2001
  3. Sep 26, 2001
  4. Sep 25, 2001
  5. Sep 24, 2001
  6. Sep 23, 2001
  7. Sep 22, 2001
  8. Sep 21, 2001
  9. Sep 20, 2001
  10. Sep 19, 2001