Why there are so many apache processes running? Why there are so many apache processes running? apache apache

Why there are so many apache processes running?


Apache will pre-create worker processes so, when a load spike comes in, the processes can pick up the requests immediately, instead of waiting for the master to spawn enough of them. Check your httpd.conf for MinSpareServers, MaxSpareServers and ServerLimit.