You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by us...@apache.org on 2013/04/18 13:40:15 UTC

git commit: TS-295: Change ssl_ports to connect_ports in docs + typo fix

Updated Branches:
  refs/heads/sphinx-docs 85ef72268 -> e125ec958


TS-295: Change ssl_ports to connect_ports in docs + typo fix


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

Branch: refs/heads/sphinx-docs
Commit: e125ec95838fb270bae3d46fcaff4705df4af5a1
Parents: 85ef722
Author: Uri Shachar <us...@apache.org>
Authored: Thu Apr 18 14:12:16 2013 +0300
Committer: Uri Shachar <us...@apache.org>
Committed: Thu Apr 18 14:12:16 2013 +0300

----------------------------------------------------------------------
 .../configuration-files/records.config.en.rst      |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e125ec95/doc/source/admin/configuration-files/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/source/admin/configuration-files/records.config.en.rst b/doc/source/admin/configuration-files/records.config.en.rst
index f76ec8a..5568ac1 100644
--- a/doc/source/admin/configuration-files/records.config.en.rst
+++ b/doc/source/admin/configuration-files/records.config.en.rst
@@ -594,14 +594,12 @@ HTTP Engine
     STRING 6060:X 9090:X would listen to ports ``6060``, ``9090``, and
     the port specified by *``proxy.config.http.server_port``*.
 
-*``proxy.config.http.ssl_ports``* {#proxy.config.http.ssl_ports}
+*``proxy.config.http.connect_ports``* {#proxy.config.http.connect_ports}
     ``STRING``
     Default: ``443 563``
-    DEPRECATED: 3.2
-    The range of ports used for tunneling. Traffic Server allows tunnels
-    only to the specified ports. For example: to retrieve an object
-    using HTTPS via Traffic Server, a tunnel must be established to an
-    origin server via Traffic Server.
+    The range of ports that can be used for tunneling. 
+    Traffic Server allows tunnels only to the specified ports. 
+    Supports both wildcards ('*') and ranges ("0-1023").
 
 *``proxy.config.http.insert_request_via_str``*
 {#proxy.config.http.insert_request_via_str}
@@ -614,7 +612,7 @@ HTTP Engine
     -  ``1`` = all extra information is added.
     -  ``2`` = some extra information is added.
 
-    Note: the Via: header string interpretation can be `docoded
+    Note: the Via: header string interpretation can be `decoded
     here. </tools/via>`_
 
 *``proxy.config.http.insert_response_via_str``*