I have a site example.com that runs off a 'normal' web server ie at the moment Apache but looking to go for a less RAM intensive alternative in future so I don't want mod_WSGI on apache.
Shortly I will be looking to deploy a web app that runs out of a python app server. I want this answering all requests to example.com/reallycoolpythonwebapp/ with the web server looking after the rest.
How is such an architecture created? Am I looking to Pointers to relevant online docs are appreciated.