183
Appendix D
Configuration Files
Example
In the following example, the variable
proxy.config.proxy_name
is of datatype string and its value is
my_server
. This means that the name of the Traffic Server proxy is
my_server
.
CONFIG proxy.config.proxy_name STRING my_server
In the following example, the variable
proxy.config.arm.enabled
is a yes/no flag. A value of
0
(zero)
disables the option. A value of 1 enables the option:
CONFIG proxy.config.arm.enabled INT 0
In the following example, the variable sets the cluster startup timeout to 10 seconds.
CONFIG proxy.config.cluster.startup_timeout INT 10
Configuration variables
The following table describes the configuration variables listed in the
records.config
file.
Configuration Variable
Data Type
Default Value
Description
System Variables
proxy.config.proxy_name
STRING
Specifies the name of the Traffic Server node.
proxy.config.bin_path
STRING
bin
Specifies the location of Traffic Server’s
/
home/TS4/<version>/bin
directory.
proxy.config.proxy_binary
STRING
traffic_server
Specifies the name of the executable that runs
the traffic_server process.
proxy.config.proxy_binary_opts
STRING
-M
Specifies the command-line options for
starting Traffic Server.
proxy.config.manager_binary
STRING
traffic_
manager
Specifies the name of the executable that runs
the traffic_manager process.
proxy.config.cli_binary
STRING
traffic_line
Specifies the name of the executable that runs
the command-line interface (Traffic Line).
proxy.config.watch_script
STRING
traffic_cop
Specifies the name of the executable that runs
the traffic_cop process.
proxy.config.env_prep
STRING
example_
prep.sh
Specifies the script that is executed before the
traffic_manager process spawns the
traffic_server process.
proxy.config.config_dir
STRING
config
Specifies the directory that contains the
Traffic Server configuration files.
proxy.config.temp_dir
STRING
/tmp
Specifies the directory used for Traffic Server
temporary files.
proxy.config.syslog_facility
STRING
LOG_
DAEMON
Specifies the facility used to record system
log files.
Refer to
Understanding Traffic Server log
files‚ on page 98
.
proxy.config.cop.core_signal
INT
0
Specifies the signal that is sent to
traffic_cop's managed processes to stop them.
0 = no signal is sent.