Httpd worker MPM: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


* [[httpd woker MPM Concepts|Concepts]]
* [[httpd woker MPM Concepts|Concepts]]
* [[httpd worker MPM Compilation|Compilation]]


=Concepts=
=Concepts=

Revision as of 19:48, 5 January 2017

External

Internal

Subjects

Concepts

[[]]

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.

Configuration

worker MPM Configuration