Description
There is an issue when using Plesk on Debian/Ubuntu machines and Apache running in mpm event (instead of the more commonly used mpm prefork). When there are updates to PHP delivered by the Debian package maintainers the libapache2-mod-php5 is also updated. This causes the libapache2-mod-php5.postinst script to run.
This script restores the Apache MPM back to prefork, even though MPM Event is configured. This is caused by /var/lib/dpkg/info/libapache2-mod-php5.postinst...
Dependency troubles with PHP5 and mpm_event.
There is an issue when using Plesk on Debian/Ubuntu machines and Apache running in mpm event (instead of the more commonly used mpm prefork). When there are updates to PHP delivered by the Debian package maintainers the libapache2-mod-php5 is also updated. This causes the libapache2-mod-php5.postinst script to run.
This script restores the Apache MPM back to prefork, even though MPM Event is configured. This is caused by /var/lib/dpkg/info/libapache2-mod-php5.postinst...
Dependency troubles with PHP5 and mpm_event.