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

Justin Mason jm at jmason.org
Tue Mar 14 16:40:44 UTC 2006


Stefan Seefeld writes:
> 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]

We're doing that too --

    http://buildbot.SpamAssassin.org/
    http://bbmass.SpamAssassin.org/

One thing to watch out for is that versions of mod_proxy before Apache
2.2.0 seem to have a bug, whereby they'll attempt to buffer the chunked
output of build stages over-aggressively -- to the browser, it appears to
be hung, but in fact mod_proxy is simply waiting for the output to reach
EOF.  

Sadly, the server those two vhosts are on, is running Apache 2.0.52. ;)
This has been reported to mod_proxy, and fixed, we're just waiting
for ASF infrastructure to upgrade the Apache install on that server.

--j.




More information about the devel mailing list