<p>Hello, this is unrelated to nginx and has to do with mod_security. There is an alternative if it suits your needs called naxsi.</p>
<p>Regards,<br>
Kurt Cancemi<br>
<a href="http://www.getwnmp.org">http://www.getwnmp.org</a></p>
<div class="gmail_quote">On Jun 4, 2014 9:18 AM, "Godinho" <<a href="mailto:nginx-forum@nginx.us">nginx-forum@nginx.us</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I needed to use modsecurity so I compiled nginx and modsecurity.<br>
<br>
Modsecurity was compiled with options: ./configure<br>
--enable-standalone-module<br>
<br>
nginx with: ./configure<br>
--add-module=../modsecurity-2.8.0/nginx/modsecurity/<br>
<br>
When I try to test my configuration I have this:<br>
<br>
[root@nginx1 nginx]# /usr/local/nginx/sbin/nginx -t<br>
Segmentation fault<br>
<br>
from message logs:<br>
Jun  4 13:57:43 nginx1 kernel: nginx[12229]: segfault at 410 ip<br>
00007f9088569a32 sp 00007fffc90ccf58 error 4 in<br>
<a href="http://libc-2.12.so" target="_blank">libc-2.12.so</a>[7f90884e0000+18b000]<br>
Jun  4 13:57:44 nginx1 kernel: nginx[12230]: segfault at 410 ip<br>
00007f6626c93a32 sp 00007fff4fdd7cf8 error 4 in<br>
<a href="http://libc-2.12.so" target="_blank">libc-2.12.so</a>[7f6626c0a000+18b000]<br>
<br>
Update: it seams it a modsecurity problem, copiled without it (./configure<br>
--with-http_ssl_module) work just fine...<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,250629,250629#msg-250629" target="_blank">http://forum.nginx.org/read.php?2,250629,250629#msg-250629</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div>