186
Appendix D
Configuration Files
ARM (Transparency Configuration)
proxy.config.arm.enabled
INT
0
Enables (1) or disables (0) the Traffic Server
transparency option for transparent proxy
caching.
Refer to
Chapter 4‚ Transparent Proxy
Caching
.
proxy.config.arm.ignore_ifp
INT
0
Configures Traffic Server to ignore the
interface when sending packets back to the
client if NAT rules are applied.
proxy.config.arm.nat_config_file
STRING
NULL
Specifies the file name of the NAT
configuration file (
ipnat.config
).
proxy.config.arm.always_query_dest
INT
0
Configures Traffic Server to ignore host
headers and always ask for the IP address of
origin servers.
proxy.config.arm.acl_filename_master
STRING
NULL
Specifies the name of the master bypass
configuration file (
bypass.config
).
proxy.config.arm.bypass_dynamic_
enabled
INT
0
Enables (1) or disables (0) the adaptive
bypass option to bypass the proxy and go
directly to the origin server when clients or
servers cause problems.
proxy.config.arm.bypass_use_and_rules
_bad_client_request
INT
0
Enables (1) or disables (0) dynamic source/
destination bypass in the event of non-HTTP
traffic on port 80.
NOTE:
The variable
proxy.config.arm.bypass_on_bad_
client_request
must also be enabled for
this option to work.
proxy.config.arm.bypass_use_and_rules
_400
INT
0
Enables (1) or disables (0) dynamic
generation of source/destination bypass rules
when an origin server returns a 400 error.
NOTE:
The variable
proxy.config.arm.bypass_on_400
must
also be enabled for this option to work.
proxy.config.arm.bypass_use_and_rules
_401
INT
0
Enables (1) or disables (0) dynamic
generation of source/destination bypass rules
when an origin server returns a 401 error.
NOTE:
The variable
proxy.config.arm.bypass_on_401
must also be enabled for this option to work.
proxy.config.arm.bypass_use_and_rules
_403
INT
0
Enables (1) or disables (0) dynamic
generation of source/destination bypass rules
when an origin server returns a 403 error.
NOTE:
The variable
proxy.config.arm.bypass_on_403
must also be enabled for this option to work.
Configuration Variable
Data Type
Default Value
Description