Nginx load balancer with GeoIP

Igor Sysoev is at rambler-co.ru
Wed Nov 12 12:35:41 MSK 2008


On Wed, Nov 12, 2008 at 04:03:57PM +0700, Glen Lumanau wrote:

> Thank's Igor it's works successfull.
> 
> Onother question is, are we using the Load Balancer bandwidth also to send
> the data to the client?
> Because what we do is, I'm mirroring the server in my country, and I have
> onother server which is located in US
> 
> Also, I already install mod_rpaf on the apache, and set
>         proxy_set_header Host $host;
>         proxy_set_header X-Real-IP $remote_addr;
>         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
>         proxy_pass http://$geo.server$request_uri;
> 
> But what I received on the apache logs, is still the load balancer IP, not
> the public IP

You should add mod_rpaf ( http://stderr.net/apache/rpaf/ ) to Apache.


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





More information about the nginx mailing list