-
Notifications
You must be signed in to change notification settings - Fork 292
Nginx w/ModSecurity 3.0 doesn't shut down workerprocesses #73
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
Comments
Hi @petermollerud, Can you check the exactly point ModSecurity is stuck? You can use gdb for that. That will help a lot. |
Hi @zimmerle , |
we encount this problem too, when run /usr/local/nginx/sbin/nginx -s reload,8 nginx workers process,sometimes has one worker process not quit,not happen every time. |
I have not been able to reproduce the problem for the last week on our installation, so haven't gotten anywhere with GDB either... |
I observed a similar problem. Linux ip-172-18-147-255 4.4.0-1039-aws #48-Ubuntu SMP Wed Oct 11 15:15:01 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Our ModSecurity and ModSecurity-ngix are old.
I'm using gdb bt.
I'm going to update modules to the latest but it would take time to capture the symptom again. Meanwhile, let me know anything you want to investigate more. |
@petermollerud commented on Thu Nov 09 2017
After running Nginx 1.12.1 with ModSecurity 3 for a while, we have noticed that when we issue "service nginx stop" on Redhat EL6 - Nginx is unable to shut down all of its worker processes. They must be killed off separately using "kill". This is kind of annoying and isn't how it should be.
The text was updated successfully, but these errors were encountered: