Httpd worker MPM

From NovaOrdis Knowledge Base
Revision as of 01:25, 2 January 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Overview

Concepts

TODO, copy over from https://home.feodorov.com:9443/wiki/Wiki.jsp?page=HttpdWorkerMPM

Compilation

./configure ... --with-mpm=worker ...

To test if the worker MPM has been correctly compiled into binary, use:

httpd -l

You should see:

[webr@rangiroa ~]$ httpd -l
Compiled in modules:
  core.c
  ...
  worker.c
  http_core.c
  ...

Also you can use:

httpd -V

should report the binary in worker mode.