Hi,

I am currently fetching the host my application is running under by fetching $ENV{HTTP_HOST} inside a route handler. Very soon, I plan to host this behind Apache with mod_proxy.

How can I get the hostname of the proxy when that happens?

Thanks