Zeus

Igor Sysoev is at rambler-co.ru
Fri Mar 13 08:42:15 MSK 2009


On Fri, Mar 13, 2009 at 12:46:47AM -0400, Chris Zimmerman wrote:

> Can nginx be made to work with a Zeus LB?
> 
> Specifically it needs to support the header X-Cluster-Client-Ip

http://wiki.nginx.org/NginxHttpRealIpModule

  set_real_ip_from   192.168.1.1;         # Zues LB address
  real_ip_header     X-Cluster-Client-Ip;

However, any header name in the real_ip_header directive can be set
since 0.7.18 only. If you use 0.6.x I can make a patch before inclusion it
in stable branch.


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list