Nginx+apache, modifies apache's httpd-mpm.conf module, cpu100%?

< IfModule mpm_prefork_module >

StartServers          5
MinSpareServers       5
MaxSpareServers       10
MaxClients            30
MaxRequestsPerChild   0

< / IfModule >

I don"t know why cpu usage is always high. After stopping nginx, cpu drops immediately, and MaxClients is always equal to the number of processes. I don"t know why the maximum number of connections to processes is equal to the number of processes. Ask for help, it is extremely urgent

Mar.10,2021
Menu