May 20, 2014

Ubuntu Upgrade Apache Fail

Upgraded to Ubuntu 14.04 LTS and discovered apache was not starting up.

 

The culprit was the following message.

AH00534: apache2: Configuration error: No MPM loaded.

After some digging around it appears the problem has to do with the module being enabled in apache so running the following as root or with sudo clears things up.

 

a2dismod mpm_itk

a2enmod mpm_itk

Leave a comment

You must be logged in to post a comment.