ncbo / virtual_appliance

Bioportal Virtual Appliance
5 stars 7 forks source link

yum update process breaks apache #20

Closed alexskr closed 3 years ago

alexskr commented 3 years ago

running yum update on appliance v3.0.1+ breaks apache.

logs show httpd: AH00534: httpd: Configuration error: More than one MPM loaded.

Appliance packaging process configures apache to use worker MPM insted of the default pre-fork MPM module buy creating conf.modules.d/worker.conf and removing conf.modules.d/00-mpm.conf file. When yum update process updated httpd package it also brings back 00-mpm.conf file which conflics with worker.conf file.

alexskr commented 3 years ago

relates to https://tickets.puppetlabs.com/browse/MODULES-5612

alexskr commented 3 years ago

fixed in appliance v3.0.4