Re: [users@httpd] Apache connection limit

2017-02-01 Thread Luca Toscano
Hi! 2017-01-30 13:34 GMT+01:00 aRaviNd : > Hi All, > > I am using Apache as a forward cache proxy and configured with prefork > module using below settings. > > > StartServers200 > MinSpareServers 50 > MaxSpareServers 100 > ServerLimit 1000 > MaxReques

[users@httpd] Apache connection limit

2017-01-30 Thread aRaviNd
Hi All, I am using Apache as a forward cache proxy and configured with prefork module using below settings. StartServers200 MinSpareServers 50 MaxSpareServers 100 ServerLimit 1000 MaxRequestWorkers 1000 MaxConnectionsPerChild 1000 Ulimit i