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

Timothee Besset ttimo at idsoftware.com
Sat Apr 25 21:52:02 UTC 2009


Gavin wrote:
>   
>> -----Original Message-----
>> From: Timothee Besset [mailto:ttimo at idsoftware.com]
>> Sent: Sunday, 26 April 2009 3:33 AM
>> To: buildbot-devel at lists.sourceforge.net
>> Subject: [Buildbot-devel] putting a buildbot web behind apache mod_proxy?
>>
>> Hey,
>>
>> I see references to running a buildbot under a subtree of your main web
>> space, using apache's mod_proxy stuff.
>>
>> However I haven't been able to get it working. I think I have the apache
>> side correct, and I use buildbotURL = 'http://myapacheserver/buildbot'
>>
>> But the web interface still gives me links without the 'buildbot/'
>> prefix, so it doesn't work.. suggestions?
>>     
>
> Without knowing what you have as 'the apache side correct' it is hard to
> confirm/deny that part before looking at other things (and there aint really
> much more to look at)
>
> So, your using mod_proxy , do you have :-
>
> ProxyRequests Off
> ProxyPreserveHost On
>
> <Proxy *>
>   Order deny,allow
>   Allow from all
> </Proxy>
>
> <Location /buildbot>
>   ProxyPass http://localhost:8080/
>   ProxyPassReverse http://localhost:8080/
>   Order allow,deny
>   Allow from all
> </Location>
>
> If not you better post what you do have.
>
> Gav...
>
>   

I have:

ProxyPass /buildbot http://devnode:8010/
ProxyPassReverse /buildbot http://devnode:8010/

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.

TTimo

>> Best,
>> 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
>>
>>
>> --
>> No virus found in this incoming message.
>> Checked by AVG.
>> Version: 7.5.557 / Virus Database: 270.12.4/2080 - Release Date: 4/25/2009
>> 8:29 AM
>>     
>
>
> ------------------------------------------------------------------------------
> 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