Re: undefined symbol: ldap_init_fd

2015-04-02 Thread josephmc5
josephmc5 Wrote: --- > Patrick Laimbock Wrote: > --- > > On 04/11/2014 10:48 PM, allamm78 wrote: > > > I successfully compile Nginx with Nginx-auth-ldap and when I > start > > Nginx , > > > the

Re: undefined symbol: ldap_init_fd

2015-04-02 Thread josephmc5
Patrick Laimbock Wrote: --- > On 04/11/2014 10:48 PM, allamm78 wrote: > > I successfully compile Nginx with Nginx-auth-ldap and when I start > Nginx , > > the worker process turn defunct and I see - > > > > nginx: worker process: symbol lookup er

Re: shellshock probing

2015-04-02 Thread B.R.
That is the power of the 'empty value = does nothing' logic. :o) --- *B. R.* On Thu, Apr 2, 2015 at 3:33 PM, Cole Tierney wrote: > > On Apr 2, 2015, at 7:21 AM, itpp2012 wrote: > > > > Cole Tierney Wrote: > > --- > >> Or is there a better meth

Re: shellshock probing

2015-04-02 Thread Cole Tierney
> On Apr 2, 2015, at 7:21 AM, itpp2012 wrote: > > Cole Tierney Wrote: > --- >> Or is there a better method to block these? > > Not really better but good enough :) > > map $http_referer $waffableref { >default

Re: Callback hitting hard

2015-04-02 Thread B.R.
I found a way to mitigate it, if anyone interested. At first, I thought that trying to rate-limit would not provide results, as the JS callback could still retry, not caring about the returned code. It seems sending 503 after rate limiting (not having allowed any queue with the 'burst' parameter)

Re: about proxy_request_buffering

2015-04-02 Thread patrickshan
K. Thanks Maxim :) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257731,257815#msg-257815 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: shellshock probing

2015-04-02 Thread itpp2012
Cole Tierney Wrote: --- > Or is there a better method to block these? Not really better but good enough :) map $http_referer $waffableref { default 0; ~*\{.*\:\; 1; } map $http

Re: $skip_cache define home page

2015-04-02 Thread Francis Daly
On Wed, Apr 01, 2015 at 07:41:57PM -0400, carnagel wrote: > Francis Daly Wrote: > --- > > On Sun, Mar 22, 2015 at 06:35:31AM -0400, carnagel wrote: Hi there, > > > I understand how to skip cache on cookies, POST, query strings, urls > > > contai

Callback hitting hard

2015-04-02 Thread B.R.
Hello, I am facing a problem on a website which has been using AJAX callbacks to report JS errors. It seems there has been sth wrong going on and a tremendous number of errors are being reported through the callback. You could say the website owner crafted it own DDoS vector. Errors collection ha

Re: Set a PHP parameter for only one location

2015-04-02 Thread B.R.
Do not be afraid of copy-pasting, those few kB on disk/in memory will relieve you from pain during maintenance (and it is basically how you would manage your configuration using templates). https://youtu.be/YWRYbLKsS0I --- *B. R.* On Thu, Apr 2, 2015 at 1:28 AM, Francis Daly wrote: > On Wed, Ap