help with mod_proxy
am 02.08.2007 02:02:53 von deko
Has anyone experience with mod_proxy? I would like to use it to do simple
forwarding of HTTP requests. Actually, a bit more than that. I want to forward
the HTTP request, and add a header to the retrieved content (with perhaps
another Apache module).
Any suggestions?
Thanks in advance.
Re: help with mod_proxy
am 03.08.2007 08:09:42 von petersprc
You could do this:
ProxyPass http://site/dir/
header set X-MyHeader "my header value"
Requires mod_proxy and mod_headers.
On Aug 1, 8:02 pm, "deko" wrote:
> Has anyone experience with mod_proxy? I would like to use it to do simple
> forwarding of HTTP requests. Actually, a bit more than that. I want to forward
> the HTTP request, and add a header to the retrieved content (with perhaps
> another Apache module).
>
> Any suggestions?
>
> Thanks in advance.