Am 04.02.2016 um 07:53 schrieb Miles Libbey:
I think the problem may be that in this case is that there is nothing in the headers that tells ATS it is allowed to cache the object. By default, this information is in the header Cache-control -- something like public, max-age=$seconds You could add this using the header_rewrite plugin
fix problems in headers from the origin there and not on the messenger http://httpd.apache.org/docs/2.2/mod/mod_headers.html#header
https://docs.trafficserver.apache.org/en/latest/admin-guide/plugins/header_rewrite.en.html I'm most familiar with it running as a remap plugin -- if you have a remap rule for this domain, you'd add a file that contained something like cond %{READ_RESPONSE_HDR_HOOK} [AND] cond %{HEADER:Cache-Control} set-header Cache-Control "max-age=600, public" [L]
signature.asc
Description: OpenPGP digital signature
