Welcome! Log In Create A New Profile

Advanced

Re: Dynamic Redirects

Reinis Rozitis
April 07, 2010 05:30PM
Depends on what you mean by 'transparently routing' - is it choosing a
different upstream (in case nginx is just a proxy) or redirecting to
diferent host/server?

While you can prolly try use this
http://github.com/chaoslawful/drizzle-nginx-module (although iirc the
possibility to get a single return value as variable back is still in TODO)

I would imagine that using some dynamic language (like php or even the
embeded perl (if you really want to do this on server side)) is more simple
and while client is being redirected its still more or less transparent to
him.



With the nginx inbuilt features (without the DB backend) its like this - a
simple rewrite:

if ($http_user_agent ~ MSIE) {
rewrite ^(.*)$ /msie/$1 break;
}

http://wiki.nginx.org/NginxHttpRewriteModule#if

rr




--------------------------------------------------
From: "Harmer, Sean" <seanharmer@gmail.com>
Sent: Wednesday, April 07, 2010 10:09 PM
To: <nginx@nginx.org>
Subject: Dynamic Redirects

> NGINX Team,
>
> Is there a way to capture the User-Agent from an HTTP Header, then query a
> database for that User-Agent, then based on the result of the database
> query, transparently route the request to an appropriate server?
>
> Thanks,
> Sean
>



> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://nginx.org/mailman/listinfo/nginx
>

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

Dynamic Redirects

Harmer, Sean April 07, 2010 03:12PM

Re: Dynamic Redirects

Ezra Zygmuntowicz April 07, 2010 03:36PM

Re: Dynamic Redirects

Harmer, Sean April 07, 2010 04:38PM

Re: Dynamic Redirects

runesoerensen July 26, 2011 10:38PM

Re: Dynamic Redirects

Reinis Rozitis April 07, 2010 05:30PM

Re: Dynamic Redirects

Anonymous User April 07, 2010 06:24PM

Re: Dynamic Redirects

agentzh July 27, 2011 12:18AM

Re: Dynamic Redirects

Manlio Perillo April 07, 2010 05:44PM

Re: Dynamic Redirects

agentzh July 26, 2011 11:50PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 311
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