-
Notifications
You must be signed in to change notification settings - Fork 1.6k
remove Nginx ModSecurityPass command #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove Nginx ModSecurityPass command #27
Conversation
… that we can process and pass request to backend without internal redirect.
Hello, Could you fix this compilation issue: Also when i type sbin/nginx -s stop... got this in error.log Can you reproduce it ? Thanks Breno |
Also... when i send multiple requests like this one: POST http://192.168.0.110/acao.php price123=1001116 Sometimes the page is not loaded ... i'm using live http (firefox) to replay the transaction and the browser just keep loading the transaction. It does not happen in ModSecurityPass directive. This my nginx.conf configuration server_name 192.168.0.110 location / { location @backend { Thanks Breno |
hello, |
Hello, Yes.. this is always happening when execute nginx -s stop. Should it be related to apr_pool_destroy() you added ? |
hello, in file apache2/msc_pcre.c:24, msc_pcre_cleanup() free regex->pe twice. and pcre_malloc has been set to modsec_pcre_malloc in nginx, so the first free is invalid. i think this is the problem.
|
I'm going to build a new VM and redo my tests. My current VM is not 100%. Let's see |
I can confirm the issues in a fresh VM. |
OK. the bug (ab related one ) disappeared when disable SecAuditEngine... should be related to https://www.modsecurity.org/tracker/browse/MODSEC-374 The sbin/nginx -s stop disappeared too in this new VM. So looks good... but i will do some more tests. |
remove Nginx ModSecurityPass command
Patch looks good. Applied. Thanks |
becomes