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
I think this would be a very useful improvement. With certificate lifetimes getting shorter, automatic deployment and renewal for paid SSL certificates will become increasingly important. Supporting multiple ACME providers such as Google Trust Services (GTS) and ZeroSSL would also give users more flexibility and reduce reliance on a single CA.
Reliable SSL management is especially valuable for business and eCommerce websites like <a href="https://umerjeweller.com/" target="_blank">Umer Jeweller</a>, where security and uninterrupted HTTPS are essential for customer trust.
Hopefully this enhancement is considered in a future update.
05.08.2026 06:12