Can you check the response headers from the Origin? Also, the below setting
may not be desirable. Ideally, you would want the Origin server to indicate the
cacheability.
CONFIG proxy.config.http.cache.required_headers INT 0
Thanks,
Sudheer
On Wednesday, July 22, 2015 5:25 AM, hzwulibin
<[email protected]> wrote:
#yiv1255816947
BLOCKQUOTE{margin-Top:0px;margin-Bottom:0px;margin-Left:2em;}#yiv1255816947
body {border-width:0;margin:0;}#yiv1255816947 img
{border:0;margin:0;padding:0;} Hi, everyone Today i setup the apache traffic
server as a reverse proxy server. We could get the data by it, but it didn't
cache the data. Here is my configuration:records.config:CONFIG
proxy.config.http.cache.http INT 1CONFIG
proxy.config.http.cache.cache_responses_to_cookies INT 1
CONFIG proxy.config.http.cache.ignore_authentication INT 1CONFIG
proxy.config.http.cache.required_headers INT 0CONFIG
proxy.config.reverse_proxy.enabled INT 1CONFIG
proxy.config.url_remap.remap_required INT 1CONFIG
proxy.config.url_remap.pristine_host_hdr INT 1
storage.config:/cache/trafficserver 19G And my http request will include those
info:Authorization:NOS
9592b6d22137497393e05e2624af27bf:HLtKjtstNWxUHlbsA4Ll2HCHCHGQpwai8E23dFzPuFo=HOST:abc04Date:Wed,
22 Jul 2015 12:21:26 GMT I trid to get the same data from the server with the
above info, i could get the data, but the cache did not HIT.Anyone can help me
to figure out the problem? Thanks! Libin2015-07-22hzwulibin