200
Appendix D
Configuration Files
proxy.config.nntp.accept_local_
authentication_requests_only
INT
1
When enabled (1), configures Traffic Server
to only accept authentication requests from
the same machine.
proxy.config.nntp.custom_
authentication_via_stdio
INT
0
When enabled (1), configures Traffic Server
to pass authentication information via stdin
instead of the environment variables.
proxy.config.nntp.first_authorization_ip
STRING
0.0.0.0
Specifies the first IP address in the range of
hosts permitted to connect to the
authentication server.
proxy.config.nntp.last_authorization_ip
STRING
255.255.255.
255
Specifies the last IP address in the range of
hosts permitted to connect to the
authentication server.
FTP Engine
proxy.config.ftp.data_connection_mode
INT
1
Specifies the FTP connection mode:
1 = PASV then PORT
2 = PORT only
3 = PASV only
proxy.config.ftp.control_connection_
timeout
INT
300
Specifies how long Traffic Server waits for a
response from the FTP server.
proxy.config.ftp.ftp_enabled
INT
0
Enables (1) or disables (0) processing of FTP
requests from FTP clients.
proxy.config.ftp.cache_enabled
INT
1
Enables (1) or disables (0) FTP documents to
be put in the cache. If this option is disabled,
Traffic Server always serves FTP documents
from the FTP server.
proxy.config.ftp.logging_enabled
INT
1
Enables (1) or disables (0) logging of FTP
transactions.
proxy.config.ftp.proxy_server_port
INT
21
Specifies the port used for FTP connections.
proxy.config.ftp.min_lisn_port
INT
1024
Specifies the lowest port in the range of
listening ports used by Traffic Server for data
connections when the FTP client sends a
PASV or Traffic Server sends a PORT to the
FTP server.
proxy.config.ftp.max_lisn_port
INT
65535
Specifies the highest port in the range of
listening ports used by Traffic Server for data
connections when the FTP client sends a
PASV or Traffic Server sends a PORT to the
FTP server.
Configuration Variable
Data Type
Default Value
Description