http://httpd.apache.org/docs/2.3/mod/mod_headers.html#header
doc says: By default, this directive only affects successful responses (responses in the 2xx range). The optional condition can be either onsuccess (default) or always (all status codes, including successful responses). A value of always may be needed to influence headers set by some internal modules even for successful responses, and is always needed to affect non-2xx responses such as redirects or client errors. Any thoughts on flipping the default in 2.3 to "always"? I think this is a holdover from older releases where some of these directives had Error* equivalents. -- Eric Covener [email protected]
