blob: 5991afe835c378a1463c1b84af4787d44c014799 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Hints:
- only a subset from the selected modules are activated by default in
httpd.conf.
- by default apache24 builds mpm_prefork, mpm_event and mpm_worker
as dynamically loadable module. Even mpm_event is the preferred
MPM, mpm_prefork will be activated to keep compatibility with
pre-build php/perl/python/... modules (used by apache22/apache24).
Note:
To build the develop/example modules specify additional the parameter
-DIAMADEVELOPER (I am a developer)
For detailed module description visit
http://httpd.apache.org/docs/2.4/mod/
and for the develop/example modules
http://httpd.apache.org/docs/2.2/programs/configure.html#developermodules
|