I think what I am after is a proxy server ...
I have some web applications written in Python for a small scale deployment on a Windows machine. I was envisaging each web app running its paster instance on a different port and a front end proxy server redirecting ordinary requests to say host.com/app1
to host.com:5000
and host.com/app2
to host.com:5001
I need it to be pretty simple configuration, preferably through a GUI or webinterface since it will be left in the hands of not so techie types.