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
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
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
> 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
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)
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
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
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
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
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
10 matches
Mail list logo