Possible to determine which FastCGI server responded?
Davy Campano
dcampano at gmail.com
Mon Sep 14 01:22:03 MSD 2009
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's log?
upstream phpservers
{
server 10.1.1.50:5201;
server 10.1.1.51:5201;
}
Davy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20090913/5008817c/attachment.html>
More information about the nginx
mailing list