Versions Compared

Key

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

...

Code Block
CONFIG proxy.config.http.cache.required_headers INT 1

This one specifies whether or not to allow clients to use HTTP "range" requests.

From Leif H: "Turning off proxy.config.http.cache.range.lookup (range requests) does not tell ATS that it can’t use Range: requests. It completely disabled Range: support for all clients. This is almost never what you want (smile). Leave it on."

Code Block

CONFIG proxy.config.http.cache.range.lookup INT 0

HTTP RAM Cache

While the default ATS options for this may be optimal under heavy load,
I found using the simpler LRU algorithm much faster and more useful.

...