No apache MPM package installed error
Posted
by Sejanus
on Server Fault
See other posts from Server Fault
or by Sejanus
Published on 2010-01-30T16:55:58Z
Indexed on
2010/03/24
13:43 UTC
Read the original article
Hit count: 709
apache2.2
I'm getting "No apache MPM package installed" when trying to configure virtual hosts on apache2.2.
I compiled apache2.2 from source and I did not use --with-mpm=NAME option. I thought it will compile with default one then. So the question is, is there any way to check if MPM is installed indeed and I only need to enable it somewhere? If it is not, is there any way to add it without recompiling apache? Or, is there any way to have virtual hosts without it at all?
I was doing vhost configuration as per this example. Thanks in advance for your help ;)
EDIT: prefork is installed. The question is, why after a2ensite / a2dissite and /etc/init.d/apache2 reload I still get error "No MPM package installed"...
© Server Fault or respective owner