Updated Branches:
  refs/heads/master 8064935bb -> 3aff41097

Updated the precedence list, thanks dcarlin, and added map-all


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3aff4109
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/3aff4109
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/3aff4109

Branch: refs/heads/master
Commit: 3aff41097a1b3c287173dcd096237776aa12849e
Parents: 8064935
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Aug 20 14:28:30 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Aug 20 14:28:30 2013 -0600

----------------------------------------------------------------------
 doc/reference/configuration/remap.config.en.rst | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3aff4109/doc/reference/configuration/remap.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/remap.config.en.rst 
b/doc/reference/configuration/remap.config.en.rst
index ad274be..fa2713d 100644
--- a/doc/reference/configuration/remap.config.en.rst
+++ b/doc/reference/configuration/remap.config.en.rst
@@ -106,10 +106,22 @@ Remap rules are not processed top-down, but based on an 
internal
 priority
 
 1. ``map`` and ``reverse_map``
-2. ``redirect`` and ``redirect_temporary``
-3. ``regex_remap``
+2. ``regex_map``
+3. ``redirect`` and ``redirect_temporary``
 4. ``regex_redirect`` and ``regex_redirect_temporary``
 
+
+Match-All
+=========
+
+A map rule with a single ``/`` acts as a wildcard, it will match any
+request. This should be use with care, and certainly only once at the
+end of the remap.config file. E.g.
+
+::
+
+    map / http://all.example.com
+
 Examples
 --------
 

Reply via email to