Re: Debugging 504 Gateway Timeout and its actual cause and solution

2016-01-10 Thread Keyur
Thanks Maxim for the details. Will monitor / debug as per your suggestion as let you know. Regards, Keyur Posted at Nginx Forum: https://forum.nginx.org/read.php?2,263842,263927#msg-263927 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.o

Re: Limit reqs per user / bot

2016-01-10 Thread B.R.
As you were said before, a client might create multiple connections. nginx works per request on a connection. Several requests in parallel from different TCP connections (for the HTTP module) are not the same as several following requests on the same connection. Limiting the number of requests ap

Re: nginx/1.9.9 with modsecurity/2.9.0 crashes with segfault and worker process exited on signal 11

2016-01-10 Thread Lukas
Hi Felipe > Felipe Zimmerle [2016-01-10 14:49]: > > You may want to use the ModSecurity's nginx_refactoring branch instead of > the master branch. Here is the link to the branch: > > https://github.com/SpiderLabs/ModSecurity/tree/nginx_refactoring > Thanks for your hint. I found that recommenda

Re: nginx/1.9.9 with modsecurity/2.9.0 crashes with segfault and worker process exited on signal 11

2016-01-10 Thread Lukas
> Rainer Duffner [2016-01-10 14:46]: > > > > Am 10.01.2016 um 14:39 schrieb Lukas : > > > > Unfortunately, ever when modsecurity is enabled, nginx reports a > > sefault in sysmessages. > > > > Searching the web did not reveal any solution, i.e. I switched off > > SecAudit* and even started modsecu

Re: nginx/1.9.9 with modsecurity/2.9.0 crashes with segfault and worker process exited on signal 11

2016-01-10 Thread Felipe Zimmerle
Hi Lukas, You may want to use the ModSecurity's nginx_refactoring branch instead of the master branch. Here is the link to the branch: https://github.com/SpiderLabs/ModSecurity/tree/nginx_refactoring Br., Felipe Zimmerle Lead dev for ModSecurity On Sun, Jan 10, 2016 at 10:39 AM Lukas wrote:

Re: nginx/1.9.9 with modsecurity/2.9.0 crashes with segfault and worker process exited on signal 11

2016-01-10 Thread Rainer Duffner
> Am 10.01.2016 um 14:39 schrieb Lukas : > > Dear all > > Fascinated by nginx, I attempted to integrate it with modsecurity. > > Unfortunately, ever when modsecurity is enabled, nginx reports a > sefault in sysmessages. > > Searching the web did not reveal any solution, i.e. I switched off > S

nginx/1.9.9 with modsecurity/2.9.0 crashes with segfault and worker process exited on signal 11

2016-01-10 Thread Lukas
Dear all Fascinated by nginx, I attempted to integrate it with modsecurity. Unfortunately, ever when modsecurity is enabled, nginx reports a sefault in sysmessages. Searching the web did not reveal any solution, i.e. I switched off SecAudit* and even started modsecurity without rules -- it conti