1.15.3 nginx core dumps -- with proxy_pass http://127.0.0.1:8080

Maxim Konovalov maxim at nginx.com
Mon Sep 24 08:49:09 UTC 2018


Hello,

On 23/09/2018 21:37, ec2geek007 wrote:
> Any help much appreciated. This is my last closure step to move from apache
> to nginx (using tomcat with proxy_pass.) Thanks in advance!
> 
> curl -v http://localhost:8080  or  curl -v http://127.0.0.1:8080  work. If I
> remove proxy_pass statement, it works but goes to normal index.html
> 
> /usr/local/nginx/sbin/nginx -V
> nginx version: nginx/1.15.3
> built by gcc 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC)
> built with OpenSSL 1.1.0i  14 Aug 2018
> TLS SNI support enabled
> configure arguments: --add-module=../modsecurity-2.9.2/nginx/modsecurity
> --with-cc-opt=-fno-optimize-sibling-calls
> 
> 
[...]

modsecurity-2.9.2 is a culprit.  Try to remove it from your build or
use modsec-3 instead

https://github.com/SpiderLabs/ModSecurity/tree/v3/master

-- 
Maxim Konovalov


More information about the nginx mailing list