Hi,I have recently switch to apache 2.4. I am running it on a somewhat under powered system with only 1 GB of ram. I would like to get better performance from this system and I am wondering what else I can do?
This is what my httpd-mpm.conf looks like: <IfModule mpm_prefork_module> StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxRequestWorkers 250 MaxConnectionsPerChild 50000 </IfModule> <IfModule mpm_worker_module> StartServers 40 MinSpareThreads 500 MaxSpareThreads 1000 ThreadsPerChild 103 MaxRequestWorkers 4096 MaxConnectionsPerChild 0 </IfModule> Thanks, Al --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx