[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: No apache MPM package installed



On Mon, 16 May 2011 20:50:39 -0700, Alexander Lardner wrote:

> I keep getting the error in the subject line when I run
> /etc/init.d/apache2 restart, now the server is down. I've destroyed
> every remnant of apache, put it back in, repeat, still not working.
> Tried apt-get install apache2-MPM-worker, looked like a successful
> install, still didn't work. Help me, please! -Alex

Hum... the "/etc/init.d/apache2" script has this stanza:

***
set -e
if [ -x /usr/sbin/apache2 ] ; then
HAVE_APACHE2=1
else
echo "No apache MPM package installed"
exit 0
fi
***

So try to locate your apache2 binary with "whereis apache2".

Greetings,

-- 
Camaleón


Reply to: