RE: Proxying the protocol...
Kwindla Hultman Kramer <[email protected]> Tue, 13 May 2003 01:05:09 -0400
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <[email protected]> |
Matt Gregory writes: > Because I don't know how. I haven't found a way to add custom header > variables via mod_rewrite or mod_proxy. Is there another apache module > that will do this? > I maintain a set of patches for 1.3.2x mod_proxy that provide header setting directives. They're mostly used in a reverse proxy context: so ProxyRequestHeader sets headers in the request going to the backend server(s), and ProxyResponseHeader sets headers in documents served to clients. Many sites have been using these patched mod_proxies in production for two years or so (since 1.3.19). http://allafrica.com/tools/apache/mod_proxy/ Kwin