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

2016-01-22 Thread Robert Paprocki
The modsec devel team is working hard on the new libmodsecurity. You may just be better off waiting for them to put the finishing touches on that project. Nginx + modsec 2.9 likely will get no dev attention moving forward, given that the whole system is being revamped now. Sent from my iPhone

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

2016-01-22 Thread Lukas
Dear all > Lukas [2016-01-10 14:39]: > > Fascinated by nginx, I attempted to integrate it with modsecurity. > > Unfortunately, ever when modsecurity is enabled, nginx reports a > sefault in sysmessages. > I tried debugging the issue a bit further (from a user perspective) with common web-page an

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

2016-01-19 Thread Lukas
Hi Robert > Robert Paprocki [2016-01-20 00:14]: > > ModSecurity isn't a sub-process, it's compiled into the nginx binary and > runs as part of the worker process(es). Nginx doesn't have a concept of > spawning children in the manner you're referencing, so there's nothing to > be monitored wrt. re

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

2016-01-19 Thread Robert Paprocki
ModSecurity isn't a sub-process, it's compiled into the nginx binary and runs as part of the worker process(es). Nginx doesn't have a concept of spawning children in the manner you're referencing, so there's nothing to be monitored wrt. resource consumption. Any resource monitoring would be done by

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

2016-01-19 Thread Lukas
Hi Felipe > Felipe Zimmerle [2016-01-11 17:12]: > > On Sun, Jan 10, 2016 at 11:05 AM Lukas wrote: > > > I found that recommendation. Since I also read that it would not be > > fully compatible with OWASP/CRS I have not given it a try. > > > > What is the situation regrading OWASP/CRS? > > > > C

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

2016-01-11 Thread Felipe Zimmerle
Hi Lukas, On Sun, Jan 10, 2016 at 11:05 AM Lukas wrote: > I found that recommendation. Since I also read that it would not be > fully compatible with OWASP/CRS I have not given it a try. > > What is the situation regrading OWASP/CRS? > Currently there are three different versions of ModSecurit

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

Re: worker process exited on signal 11

2014-04-24 Thread Lintu
Thanks, I'll try to get our servers upgraded in the next few days :) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249524,249577#msg-249577 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: worker process exited on signal 11

2014-04-24 Thread Maxim Dounin
Hello! On Thu, Apr 24, 2014 at 06:26:37AM -0400, Lintu wrote: > Today is the third time within the last week that the nginx server crashed > down, causing the website to only return "502 Bad Gateway" errors. In the > error log, I can find the following line: > > 2014/04/24 05:11:53 [alert] 32094

worker process exited on signal 11

2014-04-24 Thread Lintu
Today is the third time within the last week that the nginx server crashed down, causing the website to only return "502 Bad Gateway" errors. In the error log, I can find the following line: 2014/04/24 05:11:53 [alert] 32094#0: worker process 32095 exited on signal 11 I have searched for other us