Host headers cause a webserver to return a different virtual host
based on which DNS name the DNS server resolved to send the browser to the servers ip. Is it possible to build this sort of functionality into a node.js http server between multiple deployed apps?
(Of course you could just use Apache to do this, but can it be done without Apache?)