Repository: trafficserver
Updated Branches:
refs/heads/master cd60e20bd -> 9f7cdf8d1
TS-3421 Updated docs
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9f7cdf8d
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9f7cdf8d
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9f7cdf8d
Branch: refs/heads/master
Commit: 9f7cdf8d13dcf90842a74af1db24b53ca1d2cfc1
Parents: cd60e20
Author: Leif Hedstrom <zwoop@apache.org>
Authored: Tue Mar 3 11:54:38 2015 -0700
Committer: Leif Hedstrom <zwoop@apache.org>
Committed: Tue Mar 3 11:56:46 2015 -0700
----------------------------------------------------------------------
doc/reference/plugins/authproxy.en.rst | 6 ++++++
1 file changed, 6 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9f7cdf8d/doc/reference/plugins/authproxy.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/plugins/authproxy.en.rst b/doc/reference/plugins/authproxy.en.rst
index d979506..d4a5e19 100644
--- a/doc/reference/plugins/authproxy.en.rst
+++ b/doc/reference/plugins/authproxy.en.rst
@@ -55,6 +55,12 @@ Plugin Options
If the response is ``200 OK``, the incoming request is allowed
to proceed.
+ If the transform type is ``range``, then the incoming request is
+ transformed to a Range request asking for 0 bytes. Other than that,
+ the behavior is identical to the ``head`` option above. This type
+ of Range request is useful when the upstream destination is a cache,
+ and it's not able to cache HEAD requests.
+
If the transform type is ``redirect`` then the incoming
request is sent to the authorization service designated by the
`--auth-host` and `--auth-port` parameters. If the response is
|