I'm using Apache server and trying to add for each request, a response header, with a value of some environment variable. For example:
Header set MyHeader %{REQUEST_STATUS}
The above configuration adds the header with the value (null).
What is the correct way to do that?