Repository: trafficserver Updated Branches: refs/heads/master e709f7c08 -> 62d391db9
TS-3558: Update Docs Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/a1af594d Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/a1af594d Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/a1af594d Branch: refs/heads/master Commit: a1af594d99019df93a647d31b397dfc60bab7e05 Parents: e709f7c Author: Brian Geffon <[email protected]> Authored: Mon Apr 27 19:53:40 2015 -0700 Committer: Brian Geffon <[email protected]> Committed: Mon Apr 27 19:53:40 2015 -0700 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a1af594d/doc/reference/configuration/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index b218011..685a092 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -728,6 +728,12 @@ Value Effect Note that setting this parameter to (``2``) will not work correctly unless the dedicated SSL threads are disabled (:ts:cv:`proxy.config.ssl.number.threads` is set to (``-1``)). + +.. ts:cv:: CONFIG proxy.config.http.auth_server_session_private INT 1 + + If enabled (``1``) anytime a request contains a (``Authorization``), (``Proxy-Authorization``) + or (``Www-Authenticate``) header the connection will be closed and not reused. This marks + the connection as private. When disabled (``0``) the connection will be available for reuse. .. ts:cv:: CONFIG proxy.config.http.server_session_sharing.match STRING both
