
189
Appendix D
Configuration Files
proxy.config.ldap.auth.multiple.ldap_
servers.enabled
INT
0
Enables (1) or disables (0) the use of multiple
LDAP servers for LDAP-based
authentication. You must enable this feature
when enabling LDAP authentication bypass
(proxy.config.ldap.auth.bypass.enabled).
proxy.config.ldap.auth.bypass.enabled
INT
0
Enables (1) or disables (0) client access to
specific URLs without being authenticated by
an LDAP server. When enabling this feature,
you must also enable the variable
proxy.config.ldap.auth.
multiple ldap_servers.enabled
.
You specify the URLs in the multiple LDAP
server configuration file (ldap_servers.config
file).
proxy.config.ldap.proc.ldap.server.name
STRING
NULL
Specifies the LDAP server name.
proxy.config.ldap.proc.ldap.server.port
INT
0
Specifies the LDAP port.
proxy.config.ldap.proc.ldap.base.dn
STRING
NULL
Specifies the LDAP base Distinguished
Name (DN). Obtain this value from your
LDAP administrator.
HTTP Engine
proxy.config.http.server_port
INT
8080
Specifies the port that Traffic Server uses
when acting as a web proxy server for web
traffic or when serving web traffic
transparently.
proxy.config.http.server_port_attr
STRING
X
Specifies the server port options. You can
specify one of the following:
C = SERVER_PORT_COMPRESSED
X = SERVER_PORT_DEFAULT
T = SERVER_PORT_BLIND_TUNNEL
proxy.config.http.server_other_ports
STRING
NULL
Specifies the ports other than the port
specified by the variable
proxy.config.http.server_port
to
bind for incoming http requests.
proxy.config.http.ssl_ports
STRING
443 563
Specifies the range of ports used for
tunneling. Traffic Server allows tunnels only
to the specified ports. For example, to retrieve
an object using HTTPS via Traffic Server
requires establishing a tunnel via Traffic
Server to an origin server.
proxy.config.http.insert_request_via_str
INT
1
You can specify one of the following:
0 = no extra information is added to the
string.
1 = all extra information is added.
2 = some extra information is added.
Configuration Variable
Data Type
Default Value
Description