208
Appendix D
Configuration Files
Reverse Proxy
proxy.config.reverse_proxy.enabled
INT
0
Enables (1) or disables (0) reverse proxy.
(HTTP only). For FTP reverse proxy, refer to
proxy.config.ftp.reverse_ftp_enabled‚ on
page 202
.
URL Remap Rules
proxy.config.url_remap.default_to_
server_pac
INT
0
Enables (1) or disables (0) requests for / and
/proxy.pac on the proxy port to be sent to the
PAC port.
proxy.config.url_remap.default_to_
server_pac_port
INT
-1
Sets the PAC port:.
-1 specifies that the PAC port will be set to
the auto-configuration port.
If you specify a specific port, PAC requests
made to Traffic Server are redirected this
port.
proxy.config.url_remap.remap_
URL
Remap Rules
required
INT
0
Set this variable to 1 if you want Traffic
Server to serve requests only from origin
servers listed in the mapping rules of the
remap.config file. If a request does not match,
the browser will receive an error.
proxy.config.url_remap.pristine_host_
hdr
INT
0
Set this variable to 1 if you want to retain the
client host header in a request during
remapping.
SSL Termination
proxy.config.ssl.enabled
INT
0
Enables (1) or disables (0) the SSL
termination option.
Refer to
Using SSL Termination‚ on page 93
.
proxy.config.ssl.server_port
INT
4443
Specifies the port used for SSL
communication.
proxy.config.ssl.client.certification_
level
INT
0
Sets the client certification level:
0
= no client certificates are required. Traffic
Server does not verify client certificates
during the SSL handshake. Access to Traffic
Server depends on Traffic Server
configuration options (such as access control
lists).
1
= client certificates are optional. If a client
has a certificate, the certificate is validated. If
the client does not have a certificate, the
client is still allowed access to Traffic Server
unless access is denied through other Traffic
Server configuration options.
2
= client certificates are required. The client
must be authenticated during the SSL
handshake. Clients without a certificate are
not allowed to access Traffic Server.
Configuration Variable
Data Type
Default Value
Description