Welcome! Log In Create A New Profile

Advanced

Fair Module

Jaap van Arragon
December 27, 2010 03:14AM
Hello,

Is there a possibility to check if the HttpUpstreamFairModule is installed
right on our Nginx setup?

When we make a new setup to test the fair module it doesn¹t load balance. We
are using the fair module in combination with ip hash to keep the sessions
alive.

We¹ve tested it from several ip spaces but we always are thrown to the same
web server.

Config upstream:

upstream testvip {
fair default; #default weighted least-connection round robin
#ip_hash;
server xxx.xxx.xxx.xxx max_fails=5 fail_timeout=20s weight=3;
server xxx.xxx.xxx.xxx max_fails=5 fail_timeout=20s weight=1 ;
} #end upstream

Any ideas?

Thank you

Grt
Jaap
_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

Fair Module

Jaap van Arragon December 27, 2010 03:14AM

Re: Fair Module

Piotr Sikora December 27, 2010 04:16AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 169
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready