If I have a configuration like this for FastCGI, is it possible to determine which server responded to the request?  Is there a variable that would tell this that I can use for nginx&#39;s log?<div><br></div><div>upstream phpservers</div>
<div>{</div><div>                server <a href="http://10.1.1.50:5201">10.1.1.50:5201</a>;</div><div>                server <a href="http://10.1.1.51:5201">10.1.1.51:5201</a>;</div><div>} </div><div><br></div><div>Davy</div>