Link to home
Start Free TrialLog in
Avatar of klajdi
klajdi

asked on

Apache MPM Module

This is a apache module running on linux, how to make this module run on windows?

This is the website that explains it, and it seems the windows command is a little bit different from linux: http://httpd.apache.org/docs/2.0/mod/mpm_winnt.html 

<IfModule mpm_worker_module>

StartServers 2
MinSpareThreads 15
MaxSpareThreads 35
ThreadLimit 24
ThreadsPerChild 15
MaxClients   50
MaxRequestPerChild 1000
</IfModule>
Avatar of klajdi
klajdi

ASKER

Anybody can help please?
ASKER CERTIFIED SOLUTION
Avatar of slyong
slyong

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of klajdi

ASKER

Slyong

Thanks a lot for all your help! One seen I have realized with this module when I run some testing on apache, the httpd.exe service on services monitoring once it reaches 1.5gb limit it closes and starts a new session. Is there a way to modify this module that will increase this 1.5b on httpd.exe to go beyond 1.5 limit?

Hi Klajdi,

Are you using pure Apache or with Tomcat, PHP, etc?

Avatar of klajdi

ASKER

It's a sugarcrm package that includes, apache, php and mysql but we also use tomcat as well.

So you think there are memory limits on others too? And how do i maximize on all of them?