You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2015/05/05 06:21:17 UTC

[05/11] trafficserver git commit: TS-3558: Update Docs

TS-3558: Update Docs

(cherry picked from commit a1af594d99019df93a647d31b397dfc60bab7e05)


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

Branch: refs/heads/5.3.x
Commit: ba8a4f6f2f16bd2aa2db1240785f8676a1a2b36b
Parents: 904c18a
Author: Brian Geffon <br...@apache.org>
Authored: Mon Apr 27 19:53:40 2015 -0700
Committer: Phil Sorber <so...@apache.org>
Committed: Mon May 4 21:30:59 2015 -0600

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ba8a4f6f/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 2cf5373..d23b864 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