You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Hemant Chaudhary <he...@gmail.com> on 2017/08/18 05:14:31 UTC

[users@httpd] Use MPM other than worker,event and prefork

Hi folks,

I have installed apache-2.4.25 with worker module. But I want my apache to
start with my own module instead of worker module. In httpd.config, I have
commented LoadModule worker.so, but when I am staring apache, it is looking
for worker module.

Where I need to change code so that it will not look for worker module and
start with my module.

Thanks
Hemant