On Thu, Feb 23, 2012 at 6:50 AM, mikeyao <mikey...@gmail.com> wrote:
> I compiled newest apache 2.4.1 with "--enable-mpms-shared=all".
>
> Three mpm modules are there.(mod_mpm_event.so, mod_mpm_prefork.so,
> mod_mpm_worker.so".
>
> LoadModule mpm_event_module modules/mod_mpm_event.so is default enabled.
>
> But i start apache by "apachect -k start", the message is:
> AH00534: httpd: Configuration error: More than one MPM loaded.

run httpd -l and ensure that neither event, prefork, nor worker is listed

ensure that only one mpm_..._module is loaded (LoadModule
mpm_FOO_module ...) in httpd.conf

---------------------------------------------------------------------
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