See the header directive in the mod_headers documentation.
This tells the web server to add a new Vary header value for any previous Vary header value (separate the new value from the old one by a comma) or create a new value for the Vary header. The new value to be created or added will be user-agent . This header will be created or added only if the environment variable dont-variable is undefined in the apache runtime environment.
To summarize, if the dont-variable environment variable does not exist, the server will output something like this:
Vary: ...,user-agent
Dathan Jun 09 '09 at 15:40 2009-06-09 15:40
source share