3 messages in ru.sysoev.nginx400 errors caused by loadbalancer
FromSent OnAttachments
Jodok BatloggJan 27, 2008 1:05 pm 
Corey DonohoeJan 27, 2008 1:19 pm 
Vlad RoFeb 21, 2008 10:17 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:400 errors caused by loadbalancerActions...
From:Jodok Batlogg (jodo@public.gmane.org)
Date:Jan 27, 2008 1:05:58 pm
List:ru.sysoev.nginx

hi,

my loadbalancer (big-ip) causes 400 errors in the logfile. if found
http://wiki.codemongers.com/HWLoadbalancerCheckErrors but it doesn't work for me. any idea?

thanks

jodok

here is my config:

http { ... geo $lb { default 0; 10.228.22.225/32 1; # o2lb01 10.228.22.226/32 1; # o2lb01-1 10.228.22.227/32 1; # o2lb01-2 } ... server { ... error_page 400 /400; location = '/400' { if ($lb) { access_log off; } return 400; } ... }

my log-file:

10.228.22.226 - - [27/Jan/2008:22:01:23 +0100] "-" 400 0 "-" "-" 10.228.22.227 - - [27/Jan/2008:22:01:25 +0100] "-" 400 0 "-" "-" 10.228.22.226 - - [27/Jan/2008:22:01:28 +0100] "-" 400 0 "-" "-" 10.228.22.227 - - [27/Jan/2008:22:01:30 +0100] "-" 400 0 "-" "-" 10.228.22.226 - - [27/Jan/2008:22:01:33 +0100] "-" 400 0 "-" "-" 10.228.22.227 - - [27/Jan/2008:22:01:35 +0100] "-" 400 0 "-" "-"