Saturday, November 05, 2011

Installing apache on ubuntu ... not straight forward

embarsgo@ubuntu:~$ sudo apt-get install apache2.2-common
...
embarsgo@ubuntu:~$ sudo /etc/init.d/apache2 status
[sudo] password for embarsgo:
No apache MPM package installed

1 comment:

  1. ahhh ... I should of did this instead:

    embarsgo@ubuntu:~$ sudo apt-get install apache2

    ReplyDelete