Httpd worker MPM: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
=Subjects= | =Subjects= | ||
* [[]] | * [[httpd woker MPM Concepts|Concepts]] | ||
=Concepts= | =Concepts= | ||
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> | <blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> | ||
:[[ | :[[]] | ||
</blockquote> | </blockquote> | ||
Revision as of 19:46, 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.