Hello, Someone has got to have come up with a solution to this... Single External IP address, Multiple websites served on multiple servers (for platform isolation reasons). I run 3 websites on DotNetNuke on one windows server box. But would like to also run a JOOMLA based website on Linux/Apache. Has anyone come up with an open source solution that will listen to all http requests coming in from the single external ip and route the traffic based on either rules mapping URL to internal IP or by using internal dns? Please help. Thanks in advance.
You want a reverse proxy running on a front facing web server Apache2 can do this for you. http://www.apachetutor.org/admin/reverseproxies
Found another solution... Thanks for the reply. I forgot to log back in and post the solution I found. Here is a link to the article. I setup an Ubuntu server with squid as a reverse proxy. Took all but an hour to install ubuntu, install squid and and configure squid in reverse proxy mode. worked first time. Cool! James