Discussion:
No apache MPM package installed
(too old to reply)
m***@gmail.com
2013-01-04 21:10:26 UTC
Permalink
hi,

Using Ubuntu Lucid 10.4

Have installed apache

sudo apt-get install apache2 (this works)

However i can not start the server with

service start apache2

Error : No apache MPM package installed

???? Im stuck

whereis apache2

/usr/sbin/apache2 /etc/apache2 /usr/lib/apache2 /usr/local/apache2 /usr/share/apache2 /usr/share/man/man8/apache2.8 /usr/share/man/man8/apache2.8.gz

I have read a thousand forums and typed a thousand commands, im still stuck

i have removed apache2 with apt-get purge apache2, and reinstalled, didnt work

I did download apache to my download folder, and managed to get it up and running, i have it running now, but thats not what i want to do, as i need to install php and other things, which i want to do by apt-get install php5.

Any help would be much appreciated
Bjoern Hoehrmann
2013-01-04 23:16:34 UTC
Permalink
Post by m***@gmail.com
Using Ubuntu Lucid 10.4
Have installed apache
sudo apt-get install apache2 (this works)
However i can not start the server with
service start apache2
Error : No apache MPM package installed
???? Im stuck
A brief search suggests `sudo apt-get install apache2-mpm-prefork` will
install the "prefork" MPM package and then the httpd should start. Seems
that installing `apache2` ought to install that package, but does not on
your version of Ubuntu. It might be a good idea to read up on Multi-
Processing Modules in the Apache documentation.
--
Björn Höhrmann · mailto:***@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
m***@gmail.com
2013-01-06 19:02:20 UTC
Permalink
Yeah i had tried this before, but i still get the same error


***@mini-me:~$ sudo apt-get install apache2-mpm-prefork
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libkleo4 libhtml-template-perl libkpgp4 libkdepim4
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed
apache2-mpm-prefork
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/2,456B of archives.
After this operation, 81.9kB of additional disk space will be used.
Selecting previously deselected package apache2-mpm-prefork.
(Reading database ... 311594 files and directories currently installed.)
Unpacking apache2-mpm-prefork (from .../apache2-mpm-prefork_2.2.14-5ubuntu8.10_i386.deb) ...
Setting up apache2-mpm-prefork (2.2.14-5ubuntu8.10) ...
No apache MPM package installed

Loading...