Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

No apache MPM package installed

45 views
Skip to first unread message

Alexander Lardner

unread,
May 17, 2011, 12:00:01 AM5/17/11
to
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

--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/E6958ED2-1129-45E8...@gmail.com

Camaleón

unread,
May 17, 2011, 12:40:02 PM5/17/11
to
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


--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Archive: http://lists.debian.org/pan.2011.05...@gmail.com

0 new messages