I have a small nginx project on hand that requires some custom code - we
have no one on staff that can knock this out so if you are available for
some work in the next couple weeks please reply to this message.
Basically we have some custom business logic around geo-targeting which
we need implemented in nginx - would need to be designed to be as
lightweight as possible to support very large amounts of traffic on a
few nginx servers. We have a dataset of IP lookups and would need to
tie in setting/reading cookies and a redirect based upon the results of
the lookup.
I have a small nginx project on hand that requires some custom code - we have
no one on staff that can knock this out so if you are available for some work in the
next couple weeks please reply to this message.
Well,
I only ported small apache module to nginx, but I am ay-vailable.
hmm, will my e-mail address show on the forum? testing… 1… 2…
3… testing…
As per my usual MO, I’m going to suggest not doing this as an nginx
module. It would be better use some lightweight backend application
which returned redirects, in my opinion. That said, good luck, and
hopefully you can find something in this module to give back to the
community :P.
On Tue, Jan 26, 2010 at 3:53 PM, Kruglov E. [email protected]
wrote:
Why nginx module? You can use: light backend, internal PERL, probably you
can change business logic and use only internal Nginx modules?
Well, when you have to handle 100,000,000 requests a day on a single
simple machine, you will have to code up some C in the nginx server
And we often run into such business because we do have a huge amount
of clients in China
Why nginx module? You can use: light backend, internal PERL, probably
you
can change business logic and use only internal Nginx modules?
And, just for fun: you can use javascript.
I think, you need to consult with mature sysadmin. Or, you can try to
describe your task here in details.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.