On Thu, Aug 10, 2000 at 12:08:53PM -0500, Dan Rench wrote:
> I ended up adding this to mod_proxy_add_forward.c:
> 
> ap_table_set(r->headers_in, "X-Original-Host",
>     ap_table_get(r->headers_in, "Host"));
> 
> (right after the line that adds the "X-Forwarded-For" header).
[ ... ]

thanks, that is more or less what it was thinking of doing, it's good to
know in advance that it works :)

-- 
Roger Espel Llima, [EMAIL PROTECTED]
http://www.iagora.com/~espel/index.html

Reply via email to