rodriguesl6 edited a comment on issue #8674:
URL: https://github.com/apache/trafficserver/issues/8674#issuecomment-1044347222


   Even when we edit the cache.config file, ATS is not caching:
   
   `url_regex=^http://* suffix=m3u8 ttl-in-cache=2s` or `url_regex=^http://* 
ttl-in-cache=2s`
   
   After edit the cache.config we always run: _traffic_ctl config reload_
   
   **http.cache configurations:**
   proxy.config.http.cache.ignore_accept_mismatch: 2
   proxy.config.http.cache.ignore_accept_language_mismatch: 2
   proxy.config.http.cache.ignore_accept_encoding_mismatch: 2
   proxy.config.http.cache.ignore_accept_charset_mismatch: 2
   proxy.config.http.cache.http: 1
   proxy.config.http.cache.generation: -1
   proxy.config.http.cache.ignore_client_no_cache: 1
   proxy.config.http.cache.ignore_client_cc_max_age: 0
   proxy.config.http.cache.ims_on_client_no_cache: 1
   proxy.config.http.cache.ignore_server_no_cache: 0
   proxy.config.http.cache.cache_responses_to_cookies: 1
   proxy.config.http.cache.ignore_authentication: 0
   proxy.config.http.cache.cache_urls_that_look_dynamic: 1
   proxy.config.http.cache.post_method: 0
   proxy.config.http.cache.max_open_read_retries: -1
   proxy.config.http.cache.open_read_retry_time: 10
   proxy.config.http.cache.max_open_write_retries: 1
   proxy.config.http.cache.open_write_fail_action: 0
   proxy.config.http.cache.when_to_revalidate: 0
   proxy.config.http.cache.required_headers: 2
   proxy.config.http.cache.max_stale_age: 604800
   proxy.config.http.cache.range.lookup: 1
   proxy.config.http.cache.range.write: 0
   proxy.config.http.cache.heuristic_min_lifetime: 3600
   proxy.config.http.cache.heuristic_max_lifetime: 86400
   proxy.config.http.cache.heuristic_lm_factor: 0.100000
   proxy.config.http.cache.guaranteed_min_lifetime: 0
   proxy.config.http.cache.guaranteed_max_lifetime: 31536000
   
   
   **ATS Logs:**
   2022-02-18:11:00:23 192.168.0.3 TCP_MISS/200 
http://nimble.lab.invalid:8081/live/TV5/chunks.m3u8 200 219 curl/7.65.0 1 28 0 -
   2022-02-18:11:00:23 192.168.0.3 TCP_MISS/200 
http://nimble.lab.invalid:8081/live/TV5/chunks.m3u8 200 219 curl/7.65.0 0 8 0 -
   2022-02-18:11:00:23 192.168.0.3 TCP_MISS/200 
http://nimble.lab.invalid:8081/live/TV5/chunks.m3u8 200 219 curl/7.65.0 1 9 0 -
   2022-02-18:11:00:23 192.168.0.3 TCP_MISS/200 
http://nimble.lab.invalid:8081/live/TV5/chunks.m3u8 200 219 curl/7.65.0 0 8 0 -
   
   2022-02-18:11:00:23 192.168.0.3 TCP_MISS/200 
http://nimble.lab.invalid:8081/live/TV5/chunks.m3u8 200 219 curl/7.65.0 1 9 0 -
   2022-02-18:11:00:23 192.168.0.3 TCP_MISS/200 
http://nimble.lab.invalid:8081/live/TV5/chunks.m3u8 200 219 curl/7.65.0 1 38 0 -
   2022-02-18:11:00:24 192.168.0.3 TCP_MISS/200 
http://nimble.lab.invalid:8081/live/TV5/chunks.m3u8 200 219 curl/7.65.0 0 8 0 -
   2022-02-18:11:00:24 192.168.0.3 TCP_MISS/200 
http://nimble.lab.invalid:8081/live/TV5/chunks.m3u8 200 219 curl/7.65.0 1 9 0 -
   2022-02-18:11:00:24 192.168.0.3 TCP_MISS/200 
http://nimble.lab.invalid:8081/live/TV5/chunks.m3u8 200 219 curl/7.65.0 0 12 0 -
   2022-02-18:11:00:24 192.168.0.3 TCP_MISS/200 
http://nimble.lab.invalid:8081/live/TV5/chunks.m3u8 200 219 curl/7.65.0 1 9 0 -
   2022-02-18:11:00:24 192.168.0.3 TCP_MISS/200 
http://nimble.lab.invalid:8081/live/TV5/chunks.m3u8 200 219 curl/7.65.0 1 9 0 -


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to