On 7/9/12 5:37 PM, Sławomir Skowron wrote:
Maybe i wrongly explain my problem.
Yes it is better if i do direct HEAD into backend via Traffic Server,
and it is what i need :).
Right now i can't HEAD object if it's not in cache. I get 404, and
only after GET, when object is in cache, HEAD return 200. Maybe doing
something wrong ??
Yeah, that's not expected behavior. If the object is not in cache, it
should proxy the HEAD request to the origin, and the origin should
return it. Are you sure it's not your origin server refusing to handle
the HEAD request ?
-- Leif