[Buildbot-devel] putting a buildbot web behind apache mod_proxy?

Timothee Besset ttimo at idsoftware.com
Sun Apr 26 22:44:00 UTC 2009


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
>   





More information about the devel mailing list