Indigo Adults

2014-07-28 Thread Alive-N-Thriving
Hey There, > Have you ever wondered why so few - comparatively speaking - > > find success in business, wealth, Life! While so many others find > > hardship and struggle, living paycheck to paycheck, not knowing where > > rent will come from or how they'll feed their children? > > In the wor

Serving A Purpose and Understanding What We Can Grow

2014-07-28 Thread Alive-N-Thriving
> Hey There, > Have you ever wondered why so few - comparatively speaking - > > find success in business, wealth, Life! While so many others find > > hardship and struggle, living paycheck to paycheck, not knowing where > > rent will come from or how they'll feed their children? > > In the wo

What is My Purpose?

2014-07-28 Thread Alive-N-Thriving
Hey There, Have you ever wondered why so few - comparatively speaking - find success in business, wealth, Life! While so many others find hardship and struggle, living paycheck to paycheck, not knowing where rent will come from or how they'll feed their children? In the words of my church: "Me

Re: Nginx + boringSSL

2014-07-28 Thread Alex Hunsaker
On Sun, Jul 13, 2014 at 7:58 PM, Alex Hunsaker wrote: > I've started playing around with boringssl with nginx. ... > Anyway, I'm please to report everything seems to work! Please find attached v2. Changes: - use for feature detection, its designed to more or less be comptaible with libressl, so

Video Reveals 3 Steps for Internet Success…

2014-07-28 Thread Alive-N-Thriving
Have you seen this video? I recently watched a video… where it’s revealed by a world class marketer… the EXACT 3 steps that every HUGE internet marketer must take if they want the life changing six-figure income. I was so taken back by this video that I had to share it. In a nutshell…the video

Re: [ANN] Windows nginx 1.7.4.2 WhiteRabbit

2014-07-28 Thread itpp2012
It was on the todo list, but its not that simple, for example: http://stackoverflow.com/questions/20376990/perl-cgi-vs-fastcgi http://forums.iis.net/t/1107796.aspx?FastCGI+Perl Basically you can take any fcgi wrapper, adjust some minor stuff for windows but you'd have to rewrite the socket part in

Re: [ANN] Windows nginx 1.7.4.2 WhiteRabbit

2014-07-28 Thread c0nw0nk
Thanks itpp2012 love it <3 any plans for perl in your Nginx Builds ? http://wiki.nginx.org/Modules http://nginx.org/en/docs/http/ngx_http_perl_module.html Posted at Nginx Forum: http://forum.nginx.org/read.php?2,252064,252088#msg-252088 ___ nginx mail

Re: [nginx] Using User-Agent & IP address to rate limit

2014-07-28 Thread lorenanicole
Thanks for the prompt feedback! Yes, the continuous if directives put my teeth on edge as well. Using a map block to introduce variables for $zone and $burst respectively, I tried this already and had continuous errors. Attempting this again (per your suggestions), I have this error -- nginx: [eme

Re: [nginx] Using User-Agent & IP address to rate limit

2014-07-28 Thread B.R.
On Mon, Jul 28, 2014 at 5:35 PM, lorenanicole wrote: > The concern here is if there is a way to redirect the rewritten uri without > having to break out and start processing the request again (argument last)? > Additionally, is the setting of zone's using the IP address as the key the > proper wa

[nginx] Using User-Agent & IP address to rate limit

2014-07-28 Thread lorenanicole
Nginx novice here - after spending some time both here, reading through other community forums, and trial and error I'm looking for confirmation on my current Nginx config and/or suggestions on a better Nginx config. The end goal is to use both the IP address and User-Agent to rate limit requests b

Re: Module Advice - Cassandra / Thrift

2014-07-28 Thread jbochi
Hi, I know this thread is already two and a half years old now, but if someone ends up here googling for a Cassandra module, I have implemented one in Lua using CQL binary protocol: https://github.com/jbochi/lua-resty-cassandra Cheers, Juarez Posted at Nginx Forum: http://forum.nginx.org/read.

Re: Nginx support for HLS

2014-07-28 Thread Roman Arutyunyan
Hi, On 26 Jul 2014, at 06:11, ishiber wrote: > I am going to deploy a streaming server and stream video using HLS and want > to use Nginx. I have a few special requirements that I wanted to understand > whether Nginx supports. > > It would be great if anyone knows whether Nginx could be config