Back to Changelog
v2.4.68
Apache 2.4.68 rebuilt with shared MPM modules (mpms-shared=all) for opt-in Event MPM support
New Features
2- Apache 2.4.68 rebuilt with --enable-mpms-shared=all: modules/mod_mpm_prefork.so, mod_mpm_worker.so and mod_mpm_event.so shipped as shared modules; httpd binary carries no static MPM
- Event MPM support via WebServer Settings - Apache - MPM Mode: backend swaps LoadModule lines, runs apachectl -t, restarts Apache and verifies new MPM (rolls back on failure)
Improvements
4- Post-install hook (panelica-server Faz A) auto-injects LoadModule mpm_prefork_module on extract so existing customers stay on prefork by default with zero behaviour change
- Event MPM cuts Apache memory 80-90 percent on PHP-FPM stacks and removes prefork connection-per-process scaling cliff
- Cross-OS smoke test 8/8 PASS: AlmaLinux 9+10, Rocky 9+10, Debian 12+13, Ubuntu 22.04+24.04 in both prefork and event configurations
- Flat tarball with 41 bundled non-glibc runtime libraries under lib/runtime/ and ORIGIN-relative RPATH on every Apache ELF