[Buildbot-devel] putting a buildbot web behind apache mod_proxy?
Terry.Rankine at csiro.au
Terry.Rankine at csiro.au
Tue Apr 28 01:14:59 UTC 2009
Hi Tim
Can you please make a section on the wiki for this?
Have a few "verbose examples" with copy/paste code chunks
I will review/edit it, and we will end up with a guide to make this information useful for others.
Terry Rankine
-----Original Message-----
From: Timothee Besset [mailto:ttimo at idsoftware.com]
Sent: Monday, 27 April 2009 6:44 AM
To: buildbot-devel at lists.sourceforge.net
Subject: Re: [Buildbot-devel] putting a buildbot web behind apache mod_proxy?
Problem solved. It does look like it was a matter of having the right
slashes where needed.
ProxyPass /buildbot/ http://devnode:8010/
ProxyPassReverse /buildbot/ http://devnode:8010/
The 'buildbotURL' parameter doesn't seem to be needed at all (at least
not for the proxying part)
TTimo
Timothee Besset wrote:
> Charles Lepple wrote:
>
>> On Apr 25, 2009, at 5:52 PM, Timothee Besset wrote:
>>
>>
>>
>>> ProxyPass /buildbot http://devnode:8010/
>>> ProxyPassReverse /buildbot http://devnode:8010/
>>>
>>>
>> You might need trailing slashes on the '/buildbot' paths.
>>
>>
>>
>>> I want the buildbot under the /buildbot location, the apache server
>>> provides a lot more things related to the site operation /
>>> monitoring etc.
>>>
>>> The pages served by buildbot under that context are relative to '/'
>>> rather than '/buildbot', so it doesn't work.
>>>
>>>
>> For that, it should be a matter of adjusting the c['buildbotURL']
>> configuration parameter in Buildbot's master.cfg.
>>
>>
>>
> I tried used c['buildbotURL'] = 'http://myapachehost/buildbot/' but the
> links are still relative and wrong..
>
> TTimo
>
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensign option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Buildbot-devel mailing list
Buildbot-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/buildbot-devel
More information about the devel
mailing list