On Sun, Feb 3, 2013 at 8:34 PM, yogesh hingmire <yogesh.hingm...@gmail.com> wrote: > I recently bought a new Mac book pro, the apache server that comes inbuilt > is with a prefork option, here is below listing > > Yogeshs-MacBook-Pro:sbin yogesh$ httpd -l > Compiled in modules: > core.c > prefork.c > http_core.c > mod_so.c > > However i want to change it to worker mpm. > > What are my options, do i have to download a fresh apache distribution and > recompile and then specify that option in the ./configure script. > I thought there was another option using the loadmodule directive to > dynamically change the mpm. > > I really dont want to recompile and start from zero to change the mpm. > > Thank You for all your help !!!!! > Yogesh
In Apache 2.2 the MPM choice is fixed at compile time, in 2.4 it can be changed by loading a module, if and only if loading MPM modules was enabled at compile time. If it wasn't, compiling httpd yourself only takes a very short amount of time. Cheers Tom --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org