mpm=worker

Stephan

New member
Joined
Jun 24, 2009
Messages
1
Hello,
When I build php and apache using mpm=worker my server crushes! hd works on 100%
and when i build it without worker=mpm every thing back to normal...
why is that?
 
Did you configure httpd-mpm.conf accordingly? Did you check the error log for hints? Are you using a modern linux or BSD distribution (old systems have messy multithreading libraries)? Are you using PHP-CGI instead of mod_php, which is not compatible with multithreading Apache?
 
Back
Top