Hi everyone. I've got a working web app that I'd like to run on my webserver.
I set up mpcp and mod_python, and everything seems to be working, but of course the CherryPy requests don't work because the URL isn't at the root. I looked and looked and tried a variety of things, but I couldn't make any progress on this. Can someone post clear instructions on how to set up a turbogears app so that it will work properly with a non-root URL?

