Nginx module like lighttpd's proxy-core.balancer

Hi,

We’re currently experiencing a DDoS, which is causing havoc with our
FastCGI pools. I am wondering if there is any module available which
allows us to load balance the FastCGI pass stage of the request,
similiar to Lighttpd’s proxy-core.balancer
(http://trac.lighttpd.net/trac/wiki/Docs:ModProxyCore).

We have several pools setup on different servers so if we could get a
SQF type setup running it would be ideal.

Hope that made sense.

Thanks!

Drew Wareham wrote:

Hi,

We’re currently experiencing a DDoS, which is causing havoc with our
FastCGI pools. I am wondering if there is any module available which
allows us to load balance the FastCGI pass stage of the request,
similiar to Lighttpd’s proxy-core.balancer
(http://trac.lighttpd.net/trac/wiki/Docs:ModProxyCore).

We have several pools setup on different servers so if we could get a
SQF type setup running it would be ideal.

Hope that made sense.

Thanks!

Uh,

It appears that the UpstramFairModule
(http://wiki.codemongers.com/NginxHttpUpstreamFairModule) will do what
we need. I originally misread the page.

Sorry!