[Buildbot-devel] Live log reading in browser
Benoît Allard
benoit at aeteurope.nl
Thu Aug 16 11:55:02 UTC 2012
Thank you all,
> -----Original Message-----
> From: SZENTE Balint [mailto:balint at szentedwg.ro]
>
> I had the same issue with nginx. Turning the proxy_buffering off solved
> the issue for me. Here is my config:
>
> server {
> ...
> location ^~ /buildbot/ {
> proxy_buffering off;
> proxy_pass http://127.0.0.1:8010/;
> }
> ...
> }
>
Indeed, disabling proxy_buffering solved it.
I tried reducing the size of the buffer, and that broke lot of stuff.
There is a module for nginx that aims at doing something with chunked transfer encoding <http://wiki.nginx.org/HttpChunkinModule>, but I did not tried it.
I'll see if I can put this as a note somewhere in the manual ...
Regards,
Benoît.
> On Wed, 15 Aug 2012 18:42:18 -0400
> Charles Lepple <clepple at gmail.com> wrote:
>
> > On Wed, Aug 15, 2012 at 12:36 PM, Benoît Allard <benoit at aeteurope.nl>
> > wrote:
> > > In order for me to investigate my missing config bit, can you point
> > > me to some keywords that this feature is using, something like "log
> > > streaming", or such ?
> >
> > Not sure about nginx, but for Apache I use "ProxyIOBufferSize 512". I
> > think it roughly corresponds to this:
> >
> > http://wiki.nginx.org/HttpProxyModule#proxy_buffer_size
> >
> > but nginx seems to have more knobs to turn. In particular, you might
> > look at just turning buffering off, perhaps only for the logs.
> >
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6467 bytes
Desc: not available
URL: <http://buildbot.net/pipermail/devel/attachments/20120816/08954e4a/attachment.bin>
More information about the devel
mailing list