Function listenHttpReverseProxy
Transparently forwards all requests to the proxy to a destination_host.
You can use the hostName field in the 'settings' to combine multiple internal HTTP servers into one public web server with multiple virtual hosts.
Prototype
void listenHttpReverseProxy( HttpServerSettings , string , ushort );
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.