Feature #650
closedsetenv.add-or-replace-response-header
Description
Please add one more config option - setenv.add-or-replace-response-header.
This one will be very useful, because add-response-header really adds, but not replaces header.
Updated by Anonymous over 16 years ago
A list might be enough, but I used this change extensively to do really intelligent filtering on a project where I got hundreds of notifications a day. It was far easier to setup filters for specific headers; parsing (especially with server side filtering agents like Sieve) might be much harder. Besides, aren't headers pretty well understood?
Updated by aredridel about 16 years ago
+1. I'd love to have this -- I need to set the Host header in mod_proxy.
Updated by gstrauss about 8 years ago
- Related to Feature #2295: set-request-header or remove-request-header support for mod_setenv added
Updated by gstrauss almost 8 years ago
- Description updated (diff)
- Status changed from New to Patch Pending
- Assignee deleted (
jan) - Target version set to 1.4.45
aredridel: Messing with Host request header using mod_setenv is not recommended.
Instead, use proxy.replace-http-host directive in Docs_ModProxy for what it seems like you are trying to do.
Updated by gstrauss almost 8 years ago
- Target version changed from 1.4.45 to 1.4.46
Updated by gstrauss over 7 years ago
- Status changed from Patch Pending to Fixed
- % Done changed from 0 to 100
Applied in changeset 4d92366ab21d4b4ae6f4781b9121d6683e0bc909.
Also available in: Atom