Hello,
I am having trouble with apache MaxClients limit.
I want to increase it and set it to 800 from httpd-mpm.conf file but on apache status page it doesn't exeed 256. It always shown as "256 requests currently being processed, 0 idle workers". It seems a server limit or compile time limit but i don't know how to change it.
How can i increase it?
My httpd-mpm.conf files prefork section:
<IfModule mpm_prefork_module>
StartServers 50
MinSpareServers 50
MaxSpareServers 100
MaxClients 800
MaxRequestsPerChild 0
</IfModule>
I am having trouble with apache MaxClients limit.
I want to increase it and set it to 800 from httpd-mpm.conf file but on apache status page it doesn't exeed 256. It always shown as "256 requests currently being processed, 0 idle workers". It seems a server limit or compile time limit but i don't know how to change it.
How can i increase it?
My httpd-mpm.conf files prefork section:
<IfModule mpm_prefork_module>
StartServers 50
MinSpareServers 50
MaxSpareServers 100
MaxClients 800
MaxRequestsPerChild 0
</IfModule>