It seens that it is also called  X-Reproxy-URL

By setting the X-Reproxy-Url header, a backend process tells
mod_reproxy to serve the response from another location, effectively
letting the request redirect transparently (and within the same
request). This can help to reduce load considerably.

http://github.com/jamis/mod_reproxy

Sebastien Estienne



On Thu, Sep 9, 2010 at 13:48, Sebastien Estienne
<[email protected]> wrote:
> Hello,
>
> I'd like to know how to do something similar to this with haproxy:
> http://kovyrin.net/2010/07/24/nginx-fu-x-accel-redirect-remote/
>
> the idea is that haproxy proxify an application server that returns
> headers like:
> X-Accel-Redirect: http://10.0.0.1/some/file.jpg
> And when haproxy recieve this header, it request the file and serve it
> instead of forwarding the response of the application server
>
> It s like if haproxy was handling the redirect on behalf of the client
>
> regards,
> Sebastien Estienne
>

Reply via email to