I have buildbot, using twisted, configured to run on port 8010.
If I navigate to http://mysite.com:8010 I can access everything just fine. However, I want people to see the page at http://mysite.com/build
Right now I redirect, but I'd prefer to somehow alias it but I don't know how to do that with a port (I know how to remap to a different directory, but not to a port on the machine).
I'm going to open a more specific question in a new thread