
188
Appendix D
Configuration Files
proxy.config.header.parse.no_host_url_
redirect
STRING
NULL
Specifies the URL to which to redirect
requests with no host headers (reverse proxy).
(ARM) Load Shedding Configuration
proxy.config.arm.loadshedding.max_
connections
INT
1000000
Specifies the maximum number of client
connections allowed before Traffic Server
starts forwarding incoming requests directly
to the origin server.
proxy.config.arm.loadshedding.min_
percent_bypass
INT
0
Specifies the minimum percent of requests
that can bypass the Traffic Server cache.
0 (zero) disables load shedding
proxy.config.arm.loadshedding.max_
percent_bypass
INT
0
Specifies the maximum percent of requests
that can bypass the Traffic Server cache.
0 (zero) disables load shedding
Important:
Do not set this variable to above
99.
proxy.config.arm.loadshedding.max_
latency
INT
10000
Specifies the maximum amount of time
allowed in milliseconds between when a
request is received and when it is served.
If this value is exceeded, load shedding takes
effect.
LDAP
proxy.config.ldap.auth.enabled
INT
0
Enables (1) or disables (0) LDAP-based basic
proxy authentication.
proxy.config.ldap.cache.size
INT
5000
Specifies the maximum number of entries
allowed in the LDAP cache. When modifying
this value, update the value of
proxy.config.ldap.cache.storage_s
ize
proportionally. For example, if you
double the cache size, also double the cache
storage size.
proxy.config.ldap.cache.storage_size
INT
24582912
Specifies the size of the LDAP cache in bytes.
This is directly related to the number of
entries in the cache.
When modifying this value, update the value
of
proxy.config.ldap.cache.size
proportionally. For example, if you double
the storage size, also double the cache size.
Accidentally modifying this variable
randomly will cause the LDAP subsystem to
stop functioning.
proxy.config.ldap.auth.ttl_value
INT
3000
Specifies the amount of time (in minutes) that
entries in the cache will remain valid.
proxy.config.ldap.auth.purge_cache_on_
auth_fail
INT
0
When enabled (1), configures Traffic Server
to delete the authorization entry for the client
in the LDAP cache if authorization fails.
Configuration Variable
Data Type
Default Value
Description