Httpd worker MPM: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 9: Line 9:
=Subjects=
=Subjects=


* [[]]
* [[httpd worker MPM Concepts|Concepts]]
 
* [[httpd worker MPM Compilation|Compilation]]
=Concepts=
* [[httpd worker MPM Configuration|Configuration]]
 
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[httpd woker MPM Concepts|worker MPM Concepts]]
</blockquote>
 
=Compilation=
 
<pre>
./configure ... --with-mpm=worker ...
</pre>
 
To test if the worker MPM has been correctly compiled into binary, use:
 
<pre>
httpd -l
</pre>
 
You should see:
 
<pre>
[webr@rangiroa ~]$ httpd -l
Compiled in modules:
  core.c
  ...
  worker.c
  http_core.c
  ...
</pre>
 
Also you can use:
 
<pre>
httpd -V
</pre>
 
should report the binary in worker mode.
 
=Configuration=
 
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[httpd woker MPM Configuration|worker MPM Configuration]]
</blockquote>

Latest revision as of 20:29, 5 January 2017