42
Chapter 5
Reverse Proxy and HTTP Redirects
proxy.config.ftp.proxy_server_port
Set this variable to specify the port used for FTP
connections.
proxy.config.ftp.min_lisn_port
Set this variable to specify 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
Set this variable to specify 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.
proxy.config.ftp.server_data_default_pasv
Set this variable to specify the default method used to
set up server side data connections.
1 specifies that Traffic Server sends a PASV to the
FTP server and lets the FTP server open a listening
port.
0 specifies that Traffic Server is going to try PORT
first (setup a listening port on the Traffic Server side
of the connection).
proxy.config.ftp.try_pasv_times
Set this variable to specify the number of times Traffic
Server can try to open a listening port when the FTP
client sends a PASV.
proxy.config.ftp.try_port_times
Set this variable to specify the maximum number of
times Traffic Server can try to open a listening port
when sending a PORT to the FTP server.
proxy.config.ftp.try_server_ctrl_connect_times
Set this variable to specify the maximum number of
times Traffic Server can try to connect to the FTP
server's control listening port.
proxy.config.ftp.try_server_data_connect_times
Set this variable to specify the maximum number of
times Traffic Server can try to connect to the FTP
server's data listening port when it sends a PASV to
the FTP server and gets the ip/listening port
information.
proxy.config.ftp.try_client_data_connect_times
Set this variable to specify the maximum number of
times Traffic Server can try to connect to the FTP
client's data listening port when the client sends a
PORT with the ip/listening port information.
proxy.config.ftp.client_ctrl_no_activity_timeout
Set this variable to specify the no activity timeout for
the FTP client control connection.
proxy.config.ftp.client_ctrl_active_timeout
Set this variable to specify the active timeout for the
FTP client control connection.
proxy.config.ftp.server_ctrl_no_activity_timeout
Set this variable to specify the inactivity timeout for
the FTP server control connection.
proxy.config.ftp.server_ctrl_active_timeout
Set this variable to specify the active timeout for the
FTP server control connection.
proxy.config.ftp.pasv_accept_timeout
Set this variable to specify the timeout value for a
listening data port in traffic server (for PASV, for the
FTP client data connection)
Variable
Description