24 Jun
2011
24 Jun
'11
1:43 p.m.
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