<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
That did it, thanks!<br>
<br>
Igor Sysoev wrote:
<blockquote cite="mid:20081023154140.GB97701@rambler-co.ru" type="cite">
  <pre wrap="">On Thu, Oct 23, 2008 at 10:36:11AM -0500, Clint Priest wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm trying out this software FirePHP which is an out-of-band error 
logging that works with PHP and Firebug. 

With nginx setup as a load balancer, whenever large headers are being 
passed back (from FirePHP) it causes nginx to send back a 502 Bad 
Gateway message.

Here are the headers being sent (I received these by going around the 
load balancer directly to the web server behind nginx).
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If you use proxying, then try something like

    proxy_buffer_size  16k;    # this is for header and first body part
    proxy_buffers      4 16k;


  </pre>
</blockquote>
</body>
</html>