Httpd worker MPM: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 19: Line 19:


=Compilation=
=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=
=Configuration=

Revision as of 19:48, 5 January 2017