]> granicus.if.org Git - apache/commit
Split proxy: space using <Proxy[Match] > directive blocks from
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 26 Aug 2001 04:39:35 +0000 (04:39 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 26 Aug 2001 04:39:35 +0000 (04:39 +0000)
commite544eec75bbe87f58c86f86b14172985bb1a840c
tree3b1ff8a458d68d9009d3157b36297191c5598a83
parent7d67fb731ab27e87bfce45f5ff8fb7fc470c3346
  Split proxy: space using <Proxy[Match] > directive blocks from
  the <Directory[Match] > and <Files[Match] > blocks.  Mod_proxy
  now bypasses the directory and files testing phase (and skips
  the http TRACE default handler on it's own, as well).  Note that
  <Location > blocks continue to be processed for proxy: requests.

  Remaining questions include canonicalization and case folding
  of proxied uri space, prior to the proxy_walk testing and the
  second <Location > walk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90678 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/CHANGES
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy.h