You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2015/05/26 20:25:42 UTC

trafficserver git commit: Doc: Make the overridable configuration values links.

Repository: trafficserver
Updated Branches:
  refs/heads/master 74b784a00 -> 3a7358c54


Doc: Make the overridable configuration values links.


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

Branch: refs/heads/master
Commit: 3a7358c54de639a4a74873cdbb2a9daea0457a36
Parents: 74b784a
Author: Alan M. Carroll <so...@yahoo-inc.com>
Authored: Tue May 26 13:25:09 2015 -0500
Committer: Alan M. Carroll <so...@yahoo-inc.com>
Committed: Tue May 26 13:25:09 2015 -0500

----------------------------------------------------------------------
 .../api/TSHttpOverridableConfig.en.rst          | 163 +++++++++----------
 1 file changed, 81 insertions(+), 82 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3a7358c5/doc/reference/api/TSHttpOverridableConfig.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/api/TSHttpOverridableConfig.en.rst b/doc/reference/api/TSHttpOverridableConfig.en.rst
index 837df9f..5cc5e23 100644
--- a/doc/reference/api/TSHttpOverridableConfig.en.rst
+++ b/doc/reference/api/TSHttpOverridableConfig.en.rst
@@ -54,88 +54,87 @@ type.
 Configurations
 ==============
 
-The following configurations (from ``records.config``) are overridable: ::
-
-    proxy.config.url_remap.pristine_host_hdr
-    proxy.config.http.chunking_enabled
-    proxy.config.http.negative_caching_enabled
-    proxy.config.http.negative_caching_lifetime
-    proxy.config.http.cache.when_to_revalidate
-    proxy.config.http.keep_alive_enabled_in
-    proxy.config.http.keep_alive_enabled_out
-    proxy.config.http.keep_alive_post_out
-    proxy.config.http.share_server_sessions
-    proxy.config.net.sock_recv_buffer_size_out
-    proxy.config.net.sock_send_buffer_size_out
-    proxy.config.net.sock_option_flag_out
-    proxy.config.http.forward.proxy_auth_to_parent
-    proxy.config.http.anonymize_remove_from
-    proxy.config.http.anonymize_remove_referer
-    proxy.config.http.anonymize_remove_user_agent
-    proxy.config.http.anonymize_remove_cookie
-    proxy.config.http.anonymize_remove_client_ip
-    proxy.config.http.anonymize_insert_client_ip
-    proxy.config.http.response_server_enabled
-    proxy.config.http.insert_squid_x_forwarded_for
-    proxy.config.http.server_tcp_init_cwnd
-    proxy.config.http.send_http11_requests
-    proxy.config.http.cache.http
-    proxy.config.http.cache.cluster_cache_local
-    proxy.config.http.cache.ignore_client_no_cache
-    proxy.config.http.cache.ignore_client_cc_max_age
-    proxy.config.http.cache.ims_on_client_no_cache
-    proxy.config.http.cache.ignore_server_no_cache
-    proxy.config.http.cache.cache_responses_to_cookies
-    proxy.config.http.cache.ignore_authentication
-    proxy.config.http.cache.cache_urls_that_look_dynamic
-    proxy.config.http.cache.required_headers
-    proxy.config.http.insert_request_via_str
-    proxy.config.http.insert_response_via_str
-    proxy.config.http.cache.heuristic_min_lifetime
-    proxy.config.http.cache.heuristic_max_lifetime
-    proxy.config.http.cache.guaranteed_min_lifetime
-    proxy.config.http.cache.guaranteed_max_lifetime
-    proxy.config.http.cache.max_stale_age
-    proxy.config.http.keep_alive_no_activity_timeout_in
-    proxy.config.http.keep_alive_no_activity_timeout_out
-    proxy.config.http.transaction_no_activity_timeout_in
-    proxy.config.http.transaction_no_activity_timeout_out
-    proxy.config.http.transaction_active_timeout_out
-    proxy.config.http.origin_max_connections
-    proxy.config.http.connect_attempts_max_retries
-    proxy.config.http.connect_attempts_max_retries_dead_server
-    proxy.config.http.connect_attempts_rr_retries
-    proxy.config.http.connect_attempts_timeout
-    proxy.config.http.post_connect_attempts_timeout
-    proxy.config.http.down_server.cache_time
-    proxy.config.http.down_server.abort_threshold
-    proxy.config.http.cache.fuzz.time
-    proxy.config.http.cache.fuzz.min_time
-    proxy.config.http.doc_in_cache_skip_dns
-    proxy.config.http.background_fill_active_timeout
-    proxy.config.http.response_server_str
-    proxy.config.http.cache.heuristic_lm_factor
-    proxy.config.http.cache.fuzz.probability
-    proxy.config.http.background_fill_completed_threshold
-    proxy.config.net.sock_packet_mark_out
-    proxy.config.net.sock_packet_tos_out
-    proxy.config.http.insert_age_in_response
-    proxy.config.http.chunking.size
-    proxy.config.http.flow_control.enabled
-    proxy.config.http.flow_control.low_water
-    proxy.config.http.flow_control.high_water
-    proxy.config.http.cache.range.lookup
-    proxy.config.http.normalize_ae_gzip
-    proxy.config.http.default_buffer_size
-    proxy.config.http.default_buffer_water_mark
-    proxy.config.http.request_header_max_size
-    proxy.config.http.response_header_max_size
-    proxy.config.http.negative_revalidating_enabled
-    proxy.config.http.negative_revalidating_lifetime
-    proxy.config.http.accept_encoding_filter_enabled
-    proxy.config.http.cache.range.write
-    proxy.config.http.global_user_agent_header
-
+The following configurations (from ``records.config``) are overridable.
+
+|   :ts:cv:`proxy.config.url_remap.pristine_host_hdr`
+|   :ts:cv:`proxy.config.http.chunking_enabled`
+|   :ts:cv:`proxy.config.http.negative_caching_enabled`
+|   :ts:cv:`proxy.config.http.negative_caching_lifetime`
+|   :ts:cv:`proxy.config.http.cache.when_to_revalidate`
+|   :ts:cv:`proxy.config.http.keep_alive_enabled_in`
+|   :ts:cv:`proxy.config.http.keep_alive_enabled_out`
+|   :ts:cv:`proxy.config.http.keep_alive_post_out`
+|   :ts:cv:`proxy.config.http.share_server_sessions`
+|   :ts:cv:`proxy.config.net.sock_recv_buffer_size_out`
+|   :ts:cv:`proxy.config.net.sock_send_buffer_size_out`
+|   :ts:cv:`proxy.config.net.sock_option_flag_out`
+|   :ts:cv:`proxy.config.http.forward.proxy_auth_to_parent`
+|   :ts:cv:`proxy.config.http.anonymize_remove_from`
+|   :ts:cv:`proxy.config.http.anonymize_remove_referer`
+|   :ts:cv:`proxy.config.http.anonymize_remove_user_agent`
+|   :ts:cv:`proxy.config.http.anonymize_remove_cookie`
+|   :ts:cv:`proxy.config.http.anonymize_remove_client_ip`
+|   :ts:cv:`proxy.config.http.anonymize_insert_client_ip`
+|   :ts:cv:`proxy.config.http.response_server_enabled`
+|   :ts:cv:`proxy.config.http.insert_squid_x_forwarded_for`
+|   :ts:cv:`proxy.config.http.server_tcp_init_cwnd`
+|   :ts:cv:`proxy.config.http.send_http11_requests`
+|   :ts:cv:`proxy.config.http.cache.http`
+|   :ts:cv:`proxy.config.http.cache.cluster_cache_local`
+|   :ts:cv:`proxy.config.http.cache.ignore_client_no_cache`
+|   :ts:cv:`proxy.config.http.cache.ignore_client_cc_max_age`
+|   :ts:cv:`proxy.config.http.cache.ims_on_client_no_cache`
+|   :ts:cv:`proxy.config.http.cache.ignore_server_no_cache`
+|   :ts:cv:`proxy.config.http.cache.cache_responses_to_cookies`
+|   :ts:cv:`proxy.config.http.cache.ignore_authentication`
+|   :ts:cv:`proxy.config.http.cache.cache_urls_that_look_dynamic`
+|   :ts:cv:`proxy.config.http.cache.required_headers`
+|   :ts:cv:`proxy.config.http.insert_request_via_str`
+|   :ts:cv:`proxy.config.http.insert_response_via_str`
+|   :ts:cv:`proxy.config.http.cache.heuristic_min_lifetime`
+|   :ts:cv:`proxy.config.http.cache.heuristic_max_lifetime`
+|   :ts:cv:`proxy.config.http.cache.guaranteed_min_lifetime`
+|   :ts:cv:`proxy.config.http.cache.guaranteed_max_lifetime`
+|   :ts:cv:`proxy.config.http.cache.max_stale_age`
+|   :ts:cv:`proxy.config.http.keep_alive_no_activity_timeout_in`
+|   :ts:cv:`proxy.config.http.keep_alive_no_activity_timeout_out`
+|   :ts:cv:`proxy.config.http.transaction_no_activity_timeout_in`
+|   :ts:cv:`proxy.config.http.transaction_no_activity_timeout_out`
+|   :ts:cv:`proxy.config.http.transaction_active_timeout_out`
+|   :ts:cv:`proxy.config.http.origin_max_connections`
+|   :ts:cv:`proxy.config.http.connect_attempts_max_retries`
+|   :ts:cv:`proxy.config.http.connect_attempts_max_retries_dead_server`
+|   :ts:cv:`proxy.config.http.connect_attempts_rr_retries`
+|   :ts:cv:`proxy.config.http.connect_attempts_timeout`
+|   :ts:cv:`proxy.config.http.post_connect_attempts_timeout`
+|   :ts:cv:`proxy.config.http.down_server.cache_time`
+|   :ts:cv:`proxy.config.http.down_server.abort_threshold`
+|   :ts:cv:`proxy.config.http.cache.fuzz.time`
+|   :ts:cv:`proxy.config.http.cache.fuzz.min_time`
+|   :ts:cv:`proxy.config.http.doc_in_cache_skip_dns`
+|   :ts:cv:`proxy.config.http.background_fill_active_timeout`
+|   :ts:cv:`proxy.config.http.response_server_str`
+|   :ts:cv:`proxy.config.http.cache.heuristic_lm_factor`
+|   :ts:cv:`proxy.config.http.cache.fuzz.probability`
+|   :ts:cv:`proxy.config.http.background_fill_completed_threshold`
+|   :ts:cv:`proxy.config.net.sock_packet_mark_out`
+|   :ts:cv:`proxy.config.net.sock_packet_tos_out`
+|   :ts:cv:`proxy.config.http.insert_age_in_response`
+|   :ts:cv:`proxy.config.http.chunking.size`
+|   :ts:cv:`proxy.config.http.flow_control.enabled`
+|   :ts:cv:`proxy.config.http.flow_control.low_water`
+|   :ts:cv:`proxy.config.http.flow_control.high_water`
+|   :ts:cv:`proxy.config.http.cache.range.lookup`
+|   :ts:cv:`proxy.config.http.normalize_ae_gzip`
+|   :ts:cv:`proxy.config.http.default_buffer_size`
+|   :ts:cv:`proxy.config.http.default_buffer_water_mark`
+|   :ts:cv:`proxy.config.http.request_header_max_size`
+|   :ts:cv:`proxy.config.http.response_header_max_size`
+|   :ts:cv:`proxy.config.http.negative_revalidating_enabled`
+|   :ts:cv:`proxy.config.http.negative_revalidating_lifetime`
+|   :ts:cv:`proxy.config.http.accept_encoding_filter_enabled`
+|   :ts:cv:`proxy.config.http.cache.range.write`
+|   :ts:cv:`proxy.config.http.global_user_agent_header`
 
 Examples
 ========