You could do this:
<Location /my/mirror/>
ProxyPass
http://site/dir/
header set X-MyHeader "my header value"
</Location>
Requires mod_proxy and mod_headers.
On Aug 1, 8:02 pm, "deko" <d... DeleteThis @nospam.com> 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.