Re: nginx Segmentation fault

2014-06-05 Thread kyprizel
No, it does not help. The problem somewhere in body reading/processing. On Wed, Jun 4, 2014 at 8:10 PM, Andrei Belov wrote: > Not yet. > > Quick look makes me think that "client_body_in_file_only on;" might help. > > -- defan > > On 04 июня 2014 г., at 19:58, kyprizel wrote: > > Andrei, have

Re: nginx Segmentation fault

2014-06-04 Thread Andrei Belov
Not yet. Quick look makes me think that "client_body_in_file_only on;" might help. -- defan > On 04 июня 2014 г., at 19:58, kyprizel wrote: > > Andrei, have you checked issue 630? > > https://github.com/SpiderLabs/ModSecurity/issues/630 > > >> On Wed, Jun 4, 2014 at 7:12 PM, Andrei Belov w

Re: nginx Segmentation fault

2014-06-04 Thread kyprizel
Andrei, have you checked issue 630? https://github.com/SpiderLabs/ModSecurity/issues/630 On Wed, Jun 4, 2014 at 7:12 PM, Andrei Belov wrote: > Hi, > > there is a lot of open issues with ModSecurity and nginx: > > https://github.com/SpiderLabs/ModSecurity/issues?labels=Platform+-+Nginx&state=op

Re: nginx Segmentation fault

2014-06-04 Thread Andrei Belov
Hi, there is a lot of open issues with ModSecurity and nginx: https://github.com/SpiderLabs/ModSecurity/issues?labels=Platform+-+Nginx&state=open Some of them have been already fixed in nginx_refactoring branch: https://github.com/SpiderLabs/ModSecurity/tree/nginx_refactoring I spent some time e

Re: nginx Segmentation fault

2014-06-04 Thread Robert Paprocki
Can you post a full core dump? Did you verify the mod_security tarball you downloaded? Can detail the steps taken to build that module? What version of nginx are you trying to build? On 6/4/2014 06:27, Kurt Cancemi wrote: Hello, this is unrelated to nginx and has to do with mod_security. The

Re: nginx Segmentation fault

2014-06-04 Thread kyprizel
I think this bug was fixed in nginx_refactoring tree. On Wed, Jun 4, 2014 at 7:00 PM, Robert Paprocki < rpapro...@fearnothingproductions.net> wrote: > Can you post a full core dump? Did you verify the mod_security tarball > you downloaded? Can detail the steps taken to build that module? What

Re: nginx Segmentation fault

2014-06-04 Thread Kurt Cancemi
Hello, this is unrelated to nginx and has to do with mod_security. There is an alternative if it suits your needs called naxsi. Regards, Kurt Cancemi http://www.getwnmp.org On Jun 4, 2014 9:18 AM, "Godinho" wrote: I needed to use modsecurity so I compiled nginx and modsecurity. Modsecurity was

nginx Segmentation fault

2014-06-04 Thread Godinho
I needed to use modsecurity so I compiled nginx and modsecurity. Modsecurity was compiled with options: ./configure --enable-standalone-module nginx with: ./configure --add-module=../modsecurity-2.8.0/nginx/modsecurity/ When I try to test my configuration I have this: [root@nginx1 nginx]# /usr/