Hi, I’m trying to follow this tutorial: https://www.digitalocean.com/community/articles/installing-mod_wsgi-on-ubuntu-12-04
When I run sudo aptitude install apache2 apache2.2-common apache2-mpm-prefork apache2-utils libexpat1 ssl-cert
…I get the errors E: Failed to fetch http://mirrors.digitalocean.com/ubuntu/pool/main/a/apache2/apache2.2-bin_2.2.22-1ubuntu1.4_amd64.deb: 404 Not Found [IP: 95.85.0.50 80]
E: Failed to fetch http://mirrors.digitalocean.com/ubuntu/pool/main/a/apache2/apache2.2-bin_2.2.22-1ubuntu1.4_amd64.deb: 404 Not Found [IP: 95.85.0.50 80]
…so I cannot install apache :(
Not good :(
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Like Justaguy said, the version it’s trying to download does not appear to be in their mirror, try to run apt-get update and try again.
Like Justaguy said, the version it’s trying to download does not appear to be in their mirror, try to run apt-get update and try again.
thx guys, that worked!
404 = file not found <br>The mirrors are online <br>It’s just your package that can’t be found in the mirrors