These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Apache MPM worker configuration and prefork mpm configuration on the new forum.
Hi, I installed virtualmin LAMP on CentOS 7. By default virtualmin comes with prefork MPM , first of I can't find its configuration file under /etc/httpd/conf.d/ , should I create it myself with directives like :
<IfModule prefork.c>
StartServers 10
MinSpareServers 10
MaxSpareServers 20
ServerLimit 2000
MaxRequestWorkers 1000
MaxConnectionsPerChild 8000
</IfModule>
Or I need to add them somewhere else ?
Other than that, what if I wanted to change to mpm_worker instead of mpm_prefork. Will it break anything ?