This is an automated email from the ASF dual-hosted git repository.
mlibbey pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new f2a9eee reduce documentation build errors
f2a9eee is described below
commit f2a9eeee278c30b68b8b87bdf287a831247b143a
Author: Miles Libbey <[email protected]>
AuthorDate: Thu Nov 24 12:22:28 2016 -0800
reduce documentation build errors
---
doc/admin-guide/files/records.config.en.rst | 4 ++++
doc/admin-guide/monitoring/alarms.en.rst | 3 +--
doc/admin-guide/performance/index.en.rst | 2 +-
doc/appendices/command-line/traffic_ctl.en.rst | 2 ++
doc/developer-guide/api/functions/TSHttpOverridableConfig.en.rst | 2 +-
5 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/doc/admin-guide/files/records.config.en.rst
b/doc/admin-guide/files/records.config.en.rst
index 986a673..84d42cc 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -1456,6 +1456,10 @@ Origin Server Connect Attempts
See :ref:`admin-performance-timeouts` for more discussion on |TS| timeouts.
+.. ts:cv:: CONFIG proxy.config.http.post.check.content_length.enabled INT 1
+
+ Enables (``1``) or disables (``0``) checking the Content-Length: Header
for a POST request.
+
.. ts:cv:: CONFIG proxy.config.http.down_server.cache_time INT 60
:reloadable:
:overridable:
diff --git a/doc/admin-guide/monitoring/alarms.en.rst
b/doc/admin-guide/monitoring/alarms.en.rst
index f197976..283619b 100644
--- a/doc/admin-guide/monitoring/alarms.en.rst
+++ b/doc/admin-guide/monitoring/alarms.en.rst
@@ -65,8 +65,7 @@ To view a statistic, enter the following command:::
traffic_ctl metric get VARIABLE
where ``variable`` is the variable representing the information you
-want to view. For a list of variables you can specify, refer to :ref:`Traffic
-Server Metrics <traffic-ctl-performance-statistics>`.
+want to view. For a list of variables you can specify, refer to
:ref:`traffic_ctl metrics <traffic-ctl-metric>`.
For example, the following command displays the document hit rate for
the Traffic Server node:::
diff --git a/doc/admin-guide/performance/index.en.rst
b/doc/admin-guide/performance/index.en.rst
index 9715509..93f9b75 100644
--- a/doc/admin-guide/performance/index.en.rst
+++ b/doc/admin-guide/performance/index.en.rst
@@ -242,7 +242,7 @@ should be carefully considered and closely monitored.
Default Inactivity Timeout
~~~~~~~~~~~~~~~~~~~~~~~~~~
-The :ts:cv:`proxy.process.net.default_inactivity_timeout` setting is applied to
+The :ts:cv:`proxy.config.net.default_inactivity_timeout` setting is applied to
the HTTP state machine when no other inactivity timeouts have been applied. In
effect, it sets an upper limit, in seconds, on state machine inactivity.
diff --git a/doc/appendices/command-line/traffic_ctl.en.rst
b/doc/appendices/command-line/traffic_ctl.en.rst
index 7c56650..9905fd2 100644
--- a/doc/appendices/command-line/traffic_ctl.en.rst
+++ b/doc/appendices/command-line/traffic_ctl.en.rst
@@ -168,6 +168,8 @@ traffic_ctl config
configuration store is current and whether any daemon processes
should be restarted.
+.. _traffic-ctl-metric:
+
traffic_ctl metric
------------------
.. program:: traffic_ctl metric
diff --git a/doc/developer-guide/api/functions/TSHttpOverridableConfig.en.rst
b/doc/developer-guide/api/functions/TSHttpOverridableConfig.en.rst
index 3248bcd..3ae4790 100644
--- a/doc/developer-guide/api/functions/TSHttpOverridableConfig.en.rst
+++ b/doc/developer-guide/api/functions/TSHttpOverridableConfig.en.rst
@@ -67,7 +67,7 @@ The following configurations (from ``records.config``) are
overridable:
TSOverridableConfigKey Value
Configuration Value
==================================================================
====================================================================
c:member:`TS_CONFIG_BODY_FACTORY_TEMPLATE_BASE`
:ts:cv:`proxy.config.body_factory.template_base`
-c:member:`TS_CONFIG_HTTP_ANONYMIZE_INSERT_CLIENT_IP`
:ts:cv:`proxy.config.http.anonymize_insert_client_ip`
+c:member:`TS_CONFIG_HTTP_ANONYMIZE_INSERT_CLIENT_IP`
:ts:cv:`proxy.config.http.insert_client_ip`
c:member:`TS_CONFIG_HTTP_ANONYMIZE_REMOVE_CLIENT_IP`
:ts:cv:`proxy.config.http.anonymize_remove_client_ip`
c:member:`TS_CONFIG_HTTP_ANONYMIZE_REMOVE_COOKIE`
:ts:cv:`proxy.config.http.anonymize_remove_cookie`
c:member:`TS_CONFIG_HTTP_ANONYMIZE_REMOVE_FROM`
:ts:cv:`proxy.config.http.anonymize_remove_from`
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].