194
Appendix D
Configuration Files
proxy.config.http.anonymize_other_
header_list
STRING
NULL
Specifies the headers that Traffic Server will
remove from outgoing requests.
proxy.config.http.snarf_username_from
_authorization
INT
0
When enabled (1), Traffic Server takes the
username and password from the
authorization header for LDAP if the
authorization scheme is Basic.
proxy.config.http.insert_squid_x_
forwarded_for
INT
0
When enabled (1), Traffic Server adds the
client IP address to the
X-Forwarded-For
header.
security
proxy.config.http.push_method_enabled
INT
0
Enables (1) or disables (0) the HTTP PUSH
option that allows you to deliver content
directly to the cache without user request.
Important:
If you enable this option, you
must also specify a filtering rule in the
filter.config file to allow only certain
machines to push content into the cache.
Refer to
filter.config‚ on page 164
.
cache control
proxy.config.http.cache.http
INT
1
Enables (1) or disables (0) caching of HTTP
requests.
proxy.config.http.cache.ftp
INT
1
Enables (1) or disables (0) caching of FTP
requests sent via HTTP.
proxy.config.http.cache.ignore_client_
no_cache
INT
0
When enabled (1), Traffic Server ignores
client requests to bypass the cache.
proxy.config.http.cache.ims_on_client_
no_cache
INT
0
When enabled (1), Traffic Server issues a
conditional request to the origin server if an
incoming request has a
no-cache
header.
proxy.config.http.cache.ignore_server_
no_cache
INT
0
When enabled (1), Traffic Server ignores
origin server requests to bypass the cache.
proxy.config.http.cache.cache_responses
_to_cookies
INT
3
Specifies how cookies are cached.
0 = do not cache any responses to cookies
1 = cache for any content-type
2 = cache only for image types
3 = cache for all but text content-types
proxy.config.http.cache.ignore_
authentication
INT
0
When enabled (1), Traffic Server ignores
WWW-Authentication
headers in
responses.
WWW-Authentication
headers are
removed and not cached.
Configuration Variable
Data Type
Default Value
Description