Worker mpm is preferable.
Chintan Mehta
--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG+un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG
---
You received this message because you are subscribed to the Google Groups "VGLUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vglug+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Worker mpm is preferable.
Chintan Mehta
On Dec 30, 2013 9:58 PM, "Ajit" <ajit...@gmail.com> wrote:Can you guys help me on the part of apache server tunning, Specially on the apache prefork and worker mpm parameters calculation technique. Among them which one is better, Please provide some calculator or links so that it will be very much useful.
<IfModule prefork.c>
StartServers 2
MinSpareServers 10
MaxSpareServers 25
ServerLimit 250
MaxClients 200
MaxRequestsPerChild 1000
</IfModule>
or
<IfModule worker.c>
StartServers 2
MaxClients 300
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>