On 29.09.2017 11:03, Thore Krüss wrote: > Good evening, > I faced the same issue. In the end it turned out that I had to run: > a2dismod mpm_event > a2enmod mpm_worker > > to change the mpm module as mpm_event was enabled by default and mpm_worker > was > included by the dirsrv-admin config, but Apache can only run one and but needs > one to start. > > Not sure how to include that into the package.
Sorry about the bug, I'll fix this in sid soon. dirsrv-admin shouldn't run after install, because it needs to be set up with setup-ds-admin. The postinst just needs to be fixed so that it doesn't fail if the service doesn't start. Not sure how the mpm_worker module is a problem, since this would be a separate daemon anyway. -- t