0

after this string in terminal - sudo apt-get install apache2 - it gives me errors

Failed to fetch http://archieve.ubuntu.com/ubuntu/pool/main/a/apr-util/libaprutil 1_1.5.2-1_amd64.deb Something wicked happened resolving 'archieve.ubuntu.com:http' (-5 - No adress associated with hostname)

What to do ???

1 Answers1

0

This is to help people setup and install a LAMP (Linux-Apache-MySQL-PHP) server in Ubuntu, including Apache 2, PHP 5 and MySQL 4.1 or 5.0 : https://help.ubuntu.com/community/ApacheMySQLPHP

I hope it be useful. If it don't work you can use this way ( add repository:ppa ) :

sudo apt-add-repository ppa:ptn107/apache

then install apache :

sudo apt-get install apache2-mpm-worker

And to check it you can use:

apache2 -v