On Mon, Feb 7, 2011 at 13:33, Jukka Zitting <jukka.zitt...@gmail.com> wrote: > Hi, > > On Fri, Feb 4, 2011 at 11:51 AM, Gav... <ga...@16degrees.com.au> wrote: >> I didn't really want to break up Buildbot pages and its well established >> (2 years+) links to cater for another build system. >> >> It is possible to add /jenkins without breaking them, >> >> I'll have a think about it some more, thanks > > I was thinking of just adding something like this: > > ProxyPass /jenkins http://internal-server-name.apache.org/jenkins/
Broadly +1 on this approach, but note that when Spamassassin were running buildbot, we had trouble with this -- mod_proxy couldn't deal with the long-running connections with a constant "trickle" of output as you see when you're "tailing" a build log. This was quite a while ago however, and I talked to jerenkrantz about it and he suggested an upgrade, so this may have been fixed since then. --j.