On Thu, May 7, 2009 at 1:18 PM, inas inassen <mezgh...@hotmail.com> wrote:
>
> Hi all,
>
> is there any way to tune apache parameters for prefork or worker modules?
>
> <IfModule mpm_prefork_module>
>  StartServers 5
>  MinSpareServers 5
>  MaxSpareServers 10
>  MaxClients 150
>  MaxRequestsPerChild 0
> </IfModule>
>
> <IfModule mpm_worker_module>
>  StartServers 2
>  MaxClients 150
>  MinSpareThreads 25
>  MaxSpareThreads 75
>  ThreadsPerChild 25
>  MaxRequestsPerChild 0
> </IfModule>


The directives you listed are the tuning. What did you mean to ask?

>
> and is there any relation between the setting of these modules and the
> setting of the following:
>
> mpm_beos_module
> mpm_netware_module
> mpm_mpmt_os2_module

The directives can apply to multiple MPMs.  The manual usually
illustrates the MPM-specific details in the text.


-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to