Hi All,
I am using Apache as a forward cache proxy and configured with prefork module using below settings.<IfModule mpm_prefork_module>
StartServers 200
MinSpareServers 50
MaxSpareServers 100
ServerLimit 1000
MaxRequestWorkers 1000
MaxConnectionsPerChild 1000
</IfModule>But no of concurrent connections is not increasing above 250. Please let me know why connection count is not increasing 250 with above configuration.