1. 28 Sep, 2001 3 commits
    • 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. 27 Sep, 2001 3 commits
  3. 26 Sep, 2001 2 commits
  4. 25 Sep, 2001 2 commits
  5. 24 Sep, 2001 8 commits
  6. 23 Sep, 2001 1 commit
  7. 22 Sep, 2001 10 commits
  8. 21 Sep, 2001 3 commits
  9. 20 Sep, 2001 6 commits
  10. 19 Sep, 2001 2 commits