When I send a header X-foo: bar
to Apache from my backend and I configure Apache with:
Header setifempty X-foo "baz"
I receive two X-foo headers
instead of one with "baz" value.
I use the version 2.4.41 httpd (docker image).
Is it a bug or a misconfig?