my nginx.conf contains:
worker_processes 8;
And yet, if I do a:
pstree I see:
Code:
|-nginx-+-5*[nginx---5*[{nginx}]]
| |-nginx---4*[{nginx}]
| |-nginx---6*[{nginx}]
| `-2*[nginx---{nginx}]
With the stock Debian nginx-full this always looked like this:
Code:
-nginx---9*[nginx---{nginx}
Its weird, I always had 10 nginx processes: the 8 workers, the 1 master process and now that I used fastcgi_cache 1 nginx: cache manager process - that is 10 in total but now after compiling my own, I have 20 or a similar high number, it seems to fluctuate.
I thought ISPCFG3 was watching nginx and restarting it but since I did an apt-get remove nginx nginx-full nginx-common it should only find the manually compiled one and NOT start it again
Any idea?
Recent comments
12 hours 32 min ago
22 hours 15 sec ago
22 hours 49 min ago
1 day 2 hours ago
1 day 6 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 19 hours ago
2 days 19 min ago
2 days 1 hour ago