[Buildbot-devel] A MinGW question and a subversion question

Stefan Seefeld seefeld at sympatico.ca
Tue Mar 14 14:57:14 UTC 2006


John Pye wrote:

> Actually there's one more question: has anyone got any tips for 
> integrating the port 8010 buildbot website server with an existing 
> Apache server, using a subdomain virtual host and using port 80? There 
> are mentions in the manual about using Twisted to do this, but I'm not 
> an expert on Twisted and was hoping to avoid having to become one ;-)

We are running the Waterfall server through apache as a proxy, using a
simple rewrite rule like this:

RewriteRule ^/vsiplxx/buildbot/(.*) http://localhost:8999/$1 [P,L]

HTH,
		Stefan




More information about the devel mailing list