Hello,
How reliant is LibreNMS on the prefork MPM? If the dispatcher service is being used, is it possible to switch to another MPM, such as worker?
I’ve got more than one application on my system, and I’m having to juggle MPMs types, to support both thread-safe and non-thread-safe applications.
Thanks.
Your apache mpm module has nothing to do whit the dispatch service.
Dispatch service is handled by your system (python), and php cli.
U can load anny mpm u like.
What’s the reason for disabling the event MPM, and enabling prefork?
I have no idee, im myself on CentOS7 so i dont know this doc for other OS
Compiled using: APR 1.7.0, APR-UTIL 1.6.1
Architecture: 64-bit
Server MPM: event
threaded: yes (fixed thread count)
forked: yes (variable process count)