Randall Meyer
Randall Meyer
Your best bet here would be to not use `cache.config` and use remap.config + [header_rewrite](https://docs.trafficserver.apache.org/en/8.1.x/admin-guide/plugins/header_rewrite.en.html?highlight=header_rewrite) to control cache-control headers. and doing something like this in header_rewrite: ``` cond %{READ_RESPONSE_HDR_HOOK} [AND]...
Can you attach logs and configs to this issue?
Sorry,I was asking for trafficserver logs. I'm not sure where they would be in your environment. systemd possibly?
See https://github.com/apache/trafficserver/pull/8797 for stats_over_http reimplemented as a ServerIntercept.
These are legit autest failures. At least one of these tests, has a global plugin that attempts to configure logging for itself, but crashes because logging hasn't been initialized yet.
[approve ci autest]
@michelamarie Just curious, did you try building without `yaml-cpp-static` (and picking up the version of yaml-cpp included in the source distribution) ? Also, can you share your `configure` command line?
Do you have the `yaml-cpp-devel` package installed (or equivalent named)? If so, can you remove it for the configure/compile? I think it's a bug in how we detect/setup yaml-cpp includes....
It seems like the 8 to 9 release notes are only on the 9.x branch. This seems like the right place to land this particular PR. and as a possible...
Is this pr still needed now that https://github.com/apache/trafficserver/pull/9046 has been merged?