TS-2571 indicate where these files are
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/65ba149e Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/65ba149e Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/65ba149e Branch: refs/heads/master Commit: 65ba149e39a3f31d6ce623e5c7cec4d5aa5e4eec Parents: 6dac46b Author: Miles Libbey <[email protected]> Authored: Wed Feb 26 15:09:19 2014 -0800 Committer: Miles Libbey <[email protected]> Committed: Wed Feb 26 15:17:11 2014 -0800 ---------------------------------------------------------------------- doc/admin/traffic-server-error-messages.en.rst | 4 +++- doc/reference/configuration/congestion.config.en.rst | 3 ++- doc/reference/configuration/hosting.config.en.rst | 3 ++- doc/reference/configuration/remap.config.en.rst | 3 ++- doc/reference/configuration/storage.config.en.rst | 3 ++- 5 files changed, 11 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/65ba149e/doc/admin/traffic-server-error-messages.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/traffic-server-error-messages.en.rst b/doc/admin/traffic-server-error-messages.en.rst index 07a4bdc..eb06180 100644 --- a/doc/admin/traffic-server-error-messages.en.rst +++ b/doc/admin/traffic-server-error-messages.en.rst @@ -144,7 +144,9 @@ there are problems with the HTTP transactions requested by the browser. These Traffic Server response messages correspond to standard HTTP response codes, but provide more information. A list of the more frequently-encountered HTTP response codes is provided in :ref:`standard-http-response-messages`. -You can customize the Traffic Server response messages, if desired. +You can customize the Traffic Server response messages (typically in +proxy/config/body_factory/default/, but set by +:ts:cv:`proxy.config.body_factory.template_sets_dir`). The following table lists the hard-coded Traffic Server HTTP messages, with corresponding HTTP response codes and customizable files. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/65ba149e/doc/reference/configuration/congestion.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/congestion.config.en.rst b/doc/reference/configuration/congestion.config.en.rst index f62d4f7..4b5bc88 100644 --- a/doc/reference/configuration/congestion.config.en.rst +++ b/doc/reference/configuration/congestion.config.en.rst @@ -21,7 +21,8 @@ congestion.config .. configfile:: congestion.config -The :file:`congestion.config` file enables you to configure Traffic Server +The :file:`congestion.config` file (by default, located in +``/opt/trafficserver/etc/trafficserver/``) enables you to configure Traffic Server to stop forwarding HTTP requests to origin servers when they become congested, and then send the client a message to retry the congested origin server later. After you modify the :file:`congestion.config` file, http://git-wip-us.apache.org/repos/asf/trafficserver/blob/65ba149e/doc/reference/configuration/hosting.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/hosting.config.en.rst b/doc/reference/configuration/hosting.config.en.rst index 73cae87..0cf41e1 100644 --- a/doc/reference/configuration/hosting.config.en.rst +++ b/doc/reference/configuration/hosting.config.en.rst @@ -21,7 +21,8 @@ hosting.config .. configfile:: hosting.config -The :file:`hosting.config` file enables you to assign cache partitions to +The :file:`hosting.config` file (by default, located in +``/opt/trafficserver/etc/trafficserver/``) you to assign cache partitions to specific origin servers and/or domains so that you can manage cache space efficiently and restrict disk usage. For step-by-step instructions on partitioning the cache according to origin servers and/or domains, http://git-wip-us.apache.org/repos/asf/trafficserver/blob/65ba149e/doc/reference/configuration/remap.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/remap.config.en.rst b/doc/reference/configuration/remap.config.en.rst index 4561f3b..52cf77e 100644 --- a/doc/reference/configuration/remap.config.en.rst +++ b/doc/reference/configuration/remap.config.en.rst @@ -25,7 +25,8 @@ remap.config :maxdepth: 2 -The :file:`remap.config` file contains mapping rules that Traffic Server +The :file:`remap.config` file (by default, located in +``/opt/trafficserver/etc/trafficserver/``) contains mapping rules that Traffic Server uses to perform the following actions: - Map URL requests for a specific origin server to the appropriate http://git-wip-us.apache.org/repos/asf/trafficserver/blob/65ba149e/doc/reference/configuration/storage.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/storage.config.en.rst b/doc/reference/configuration/storage.config.en.rst index ba95c13..9236344 100644 --- a/doc/reference/configuration/storage.config.en.rst +++ b/doc/reference/configuration/storage.config.en.rst @@ -21,7 +21,8 @@ storage.config .. configfile:: storage.config -The :file:`storage.config` file lists all the files, directories, and/or +The :file:`storage.config` file (by default, located in +``/opt/trafficserver/etc/trafficserver/``) lists all the files, directories, and/or hard disk partitions that make up the Traffic Server cache. After you modify the :file:`storage.config` file, you must restart Traffic Server.
