Add Apache Event MPM as a web server option alongside Prefork and ITK.
Summary
Add Apache Event MPM as a web server option alongside Prefork and ITK.
Rationale
Event MPM would provide significant benefits for shared hosting:
Implementation should be trivial
The logic for this is largely already in ISPManager:
LoadModule mpm_event_module instead of LoadModule mpm_prefork_module and threading directives (ThreadsPerChild, MaxRequestWorkers).Testing
We manually enabled Event MPM on ISPManager Host (Ubuntu 24.04) and confirmed:
19.03.2026 02:29
Thanks for the feedback, this is already in our roadmap.
20.03.2026 06:08
Any ETA on this? We've tested Event MPM manually on Host and it works perfectly (same TTFB as Prefork, full HTTP/2 multiplexing, lower memory usage). The only blocker was the panel crashing when Event is active.
This would be a significant improvement for shared hosting security since mod_php is incompatible with threads, effectively enforcing FPM-based isolation.
20.03.2026 09:49
It is expecting at Q4 2026
20.03.2026 15:11