5391a9beb2
- change MPM backend from static to dynamic, but keep mpm_prefork for compatiblity with e.g. php modules - install dedicated MPM load file in case httpd was build with modular MPM (modules.d/000_mpm_prefork_fallback.conf) - disable SSLv3 and SSLv2 fallback in sample httpd-ssl-conf - use @sample macro instead EXAMPLESDIR - add some SSLCipherSuite examples for OpenSSL >= 1.0.x - add libressl support [1] - add pkg-install script (to handle new modular MPM build) - build now most all modules, so users using packages don't have to run a custom build for missing modules - fix suexec mode PR: 196139 [1] MFH: 2015Q1
22 lines
693 B
Plaintext
22 lines
693 B
Plaintext
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
|