Apache Performance tunning

76 views
Skip to first unread message

Ajit

unread,
Dec 30, 2013, 10:03:46 AM12/30/13
to vg...@googlegroups.com
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>

Chintan Mehta

unread,
Dec 30, 2013, 11:30:39 AM12/30/13
to vg...@googlegroups.com

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.

Sham Arsiwala

unread,
Dec 30, 2013, 11:47:10 AM12/30/13
to vg...@googlegroups.com, vg...@googlegroups.com
Hi



On 30-Dec-2013, at 10:00 PM, Chintan Mehta <chinta...@gmail.com> wrote:

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>


You can check below link it will help you.

Shekhar Raut

unread,
Jan 2, 2014, 9:40:14 PM1/2/14
to vg...@googlegroups.com
As Chintan ji said,

Worker MPM is preferable.

you can check below url to see the details and also search google for more information

http://oxpedia.org/wiki/index.php?title=Tune_apache2_for_more_concurrent_connections
 
Thanks

Shekhar
Reply all
Reply to author
Forward
0 new messages