Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

These are the changes from Apache Traffic Server v3.2 to v4.0. If you are upgrading from v3.0 or earlier, please see the upgrade instructions to v3.2. Note that not all these changes might affect your configuration, but you are encouraged to verify that your configurations are in line with the changes in these upgrade documents.

Table of Contents

Body Factory now used for Customizable User Response Pages

...

SSL compression is now disabled by default, controlled via this configuration:

Code Block

 CONFIG proxy.config.ssl.compression INT 0

...

The following configurations are no longer supported (or necessary). They should be removed from your records.config if you have them in there.

Code Block

 CONFIG proxy.config.bandwidth_mgmt.filename STRING ""
 CONFIG proxy.config.admin.autoconf.wpad_filename STRING ""
 CONFIG proxy.config.username.cache.enabled INT 0
 CONFIG proxy.config.username.cache.filename STRING ""
 CONFIG proxy.config.username.cache.size INT 0
 CONFIG proxy.config.username.cache.storage_path STRING ""
 CONFIG proxy.config.username.cache.storage_size INT 0
 CONFIG proxy.config.http.wuts_enabled INT 0
 CONFIG proxy.config.http.log_spider_codes INT 0
 CONFIG proxy.config.http.accept_encoding_filter_enabled INT 0
 CONFIG proxy.config.http.accept_encoding_filter.filename STRING ""
 CONFIG proxy.config.net.throttle_enabled INT 0
 CONFIG proxy.config.net.accept_throttle INT 0
 CONFIG proxy.config.cluster.num_of_cluster_connections INT 0
 CONFIG proxy.config.cache.url_hash_method INT 0
 CONFIG proxy.config.plugin.extensions_dir STRING ""
 CONFIG proxy.local.http.parent_proxy.disable_connect_tunneling INT 0
 CONFIG proxy.config.remap.use_remap_processor INT 0

...