Th new EasyApache system is kind of confusing to me. Before I would just open up httpd.conf and change stuff, save, restart apache and be done.
But I tried this, did the "apache_conf_distiller --update" and the "build_apache_conf" without any changes in my status... is there something else I'm missing? It's showing "128 requests currently being processed" all the time and my CPU is almost idling and I have tons of ram available... I'm trying to set it to 250 clients. My httpd.conf file DOES show 250 but apache is still being limited to 128...
StartServers 10
MinSpareServers 10
MaxSpareServers 15
ServerLimit 250
MaxClients 250
MaxRequestsPerChild 1000
I read about SERVER_HARD_LIMIT but have no idea where it is or what file should I add it to
But I tried this, did the "apache_conf_distiller --update" and the "build_apache_conf" without any changes in my status... is there something else I'm missing? It's showing "128 requests currently being processed" all the time and my CPU is almost idling and I have tons of ram available... I'm trying to set it to 250 clients. My httpd.conf file DOES show 250 but apache is still being limited to 128...
StartServers 10
MinSpareServers 10
MaxSpareServers 15
ServerLimit 250
MaxClients 250
MaxRequestsPerChild 1000
I read about SERVER_HARD_LIMIT but have no idea where it is or what file should I add it to
Last edited: