You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Anshuman Kanwar <An...@expertcity.com> on 2004/01/13 03:24:36 UTC

[users@httpd] Appropriate mpm for Linux

Hello all,

I am building a new RHEL 3.0 server (kernel 2.4) to run apache 2.0.47 (w/
OpenSSL 0.9.6i). Apache will run Servlets using Sun JVM 1.4.2.  (I have been
running the same Apache config on Solaris before this with mpm set to
"worker" ).  


I would like to know, from this seasoned group :
1) if mpm=worker is still the best mpm to use for Linux 2.4 or is prefork
better
2) is this going to change with the 2.6 kernel (because of futexes etc)
3) Does anyone have suggestions as to the "IfModule" configs for the
prefork. I currently run:

<IfModule worker.c>
StartServers         4
MaxClients         500
MinSpareThreads     50
MaxSpareThreads    100 
ThreadsPerChild     50
MaxRequestsPerChild  0
</IfModule>

The docs (understandably) do not have Linux specific info. So any
optimization HOWTOs for Apache on 2.4 or 2.6 will also be welcome.

TIA.
-ansh




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org