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 1 CONFIG proxy.config.http.cache.cache_responses_to_cookies INT 1 CONFIG proxy.config.http.cache.ignore_authentication INT 1 CONFIG proxy.config.http.cache.required_headers INT 0 CONFIG proxy.config.reverse_proxy.enabled INT 1 CONFIG proxy.config.url_remap.remap_required INT 1 CONFIG 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:abc04 Date: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! Libin 2015-07-22 hzwulibin
